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

UnsupportedImageFormatException() public method

Initializes a new instance of the UnsupportedImageFormatException class.
public UnsupportedImageFormatException ( ) : System
return System
        public UnsupportedImageFormatException( ) { }

Same methods

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