C# Class ExifLibrary.NotValidTIFFileException

The exception that is thrown when the format of the TIFF file could not be understood.
Inheritance: Exception
Show file Open project: NathanW2/PhotoMapper

Public Methods

Method Description
NotValidTIFFileException ( ) : System
NotValidTIFFileException ( string message ) : System

Method Details

NotValidTIFFileException() public method

public NotValidTIFFileException ( ) : System
return System

NotValidTIFFileException() public method

public NotValidTIFFileException ( string message ) : System
message string
return System