Jpeg2000Exception Constructor (String)

Initializes a new instance of the Jpeg2000Exception class.

Namespace:  Aspose.CAD.CadExceptions.ImageFormats
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public Jpeg2000Exception(
	string message
)

Parameters

message
Type: SystemString
The exception message.
See Also