Show / Hide Table of Contents

Class NotValidTIFFileException

The exception that is thrown when the format of the TIFF file could not be understood.

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

Constructors

| Improve this Doc View Source

NotValidTIFFileException()

Declaration
public NotValidTIFFileException()
| Improve this Doc View Source

NotValidTIFFileException(String)

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