Initializes a new instance of the UnsupportedImageFormatException class.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public UnsupportedImageFormatException(
	string message
)

Parameters

message
Type: System..::.String
Message providing some additional information.

See Also