C# Class ExifLibrary.NotValidJPEGFileException

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

Public Methods

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

Method Details

NotValidJPEGFileException() public method

public NotValidJPEGFileException ( ) : System
return System

NotValidJPEGFileException() public method

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