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