C# Class ExifLibrary.NotValidTIFFileException

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

Méthodes publiques

Méthode Description
NotValidTIFFileException ( ) : System
NotValidTIFFileException ( string message ) : System

Method Details

NotValidTIFFileException() public méthode

public NotValidTIFFileException ( ) : System
Résultat System

NotValidTIFFileException() public méthode

public NotValidTIFFileException ( string message ) : System
message string
Résultat System