C# Class ExifLibrary.UnknownImageFormatException

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

Méthodes publiques

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

Method Details

UnknownImageFormatException() public méthode

public UnknownImageFormatException ( ) : System
Résultat System

UnknownImageFormatException() public méthode

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