C# Class ExifLibrary.UnknownImageFormatException

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

Public Methods

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

Method Details

UnknownImageFormatException() public method

public UnknownImageFormatException ( ) : System
return System

UnknownImageFormatException() public method

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