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

UnsupportedImageFormatException() public method

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

Same methods

UnsupportedImageFormatException::UnsupportedImageFormatException ( ) : System
UnsupportedImageFormatException::UnsupportedImageFormatException ( string message ) : System
UnsupportedImageFormatException