Show / Hide Table of Contents

Class UnknownIFDSectionException

The exception that is thrown when the IFD section ID could not be understood.

Inheritance
System.Object
System.Exception
UnknownIFDSectionException
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 UnknownIFDSectionException : Exception

Constructors

| Improve this Doc View Source

UnknownIFDSectionException()

Declaration
public UnknownIFDSectionException()
| Improve this Doc View Source

UnknownIFDSectionException(String)

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