Click or drag to resize
Accord.NET (logo)

UnsupportedImageFormatException Constructor (String)

Initializes a new instance of the UnsupportedImageFormatException class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public UnsupportedImageFormatException(
	string message
)
Request Example View Source

Parameters

message
Type: SystemString
Message providing some additional information.
See Also