CadException Constructor (String)

Initializes a new instance of the CadException class.

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

Parameters

message
Type: SystemString
The message.
See Also