Show / Hide Table of Contents

Class IFD0IsEmptyException

The exception that is thrown when the 0th IFD section does not contain any fields.

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

Constructors

| Improve this Doc View Source

IFD0IsEmptyException()

Declaration
public IFD0IsEmptyException()
| Improve this Doc View Source

IFD0IsEmptyException(String)

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