Show / Hide Table of Contents

Class UnknownEnumTypeException

The exception that is thrown when an invalid enum type is given to an ExifEnumProperty.

Inheritance
System.Object
System.Exception
UnknownEnumTypeException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class UnknownEnumTypeException : Exception

Constructors

| Improve this Doc View Source

UnknownEnumTypeException()

Declaration
public UnknownEnumTypeException()
| Improve this Doc View Source

UnknownEnumTypeException(String)

Declaration
public UnknownEnumTypeException(string message)
Parameters
Type Name Description
System.String message
Back to top Copyright © 2019 Özgür Özçıtak