AForge.Imaging.UnsupportedImageFormatException.UnsupportedImageFormatException C# (CSharp) Method

UnsupportedImageFormatException() public method

Initializes a new instance of the UnsupportedImageFormatException class.
public UnsupportedImageFormatException ( string message ) : System
message string Message providing some additional information.
return System
        public UnsupportedImageFormatException( string message ) :
            base( message ) { }

Same methods

UnsupportedImageFormatException::UnsupportedImageFormatException ( ) : System
UnsupportedImageFormatException::UnsupportedImageFormatException ( string message, string paramName ) : System
UnsupportedImageFormatException