C# Class ExifLibrary.NotValidJPEGFileException

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

Méthodes publiques

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

Method Details

NotValidJPEGFileException() public méthode

public NotValidJPEGFileException ( ) : System
Résultat System

NotValidJPEGFileException() public méthode

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