CadException Constructor (String) |
Namespace:
Aspose.CAD.CadExceptions.ImageFormats
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadException(
string message
)
Public Sub New (
message As String
)
public:
CadException(
String^ message
)
new :
message : string -> CadException
Parameters
- message
- Type: SystemString
The message.
See Also