Initializes a new instance of the
UnsupportedImageFormatException class.
Syntax
public UnsupportedImageFormatException(
string
)
public:
UnsupportedImageFormatException(
String^
)
Parameters
- message
- A string that describes the reason you are creating this exception object.
See Also