FrameworkException Constructor (String) |
Namespace: Aspose.Imaging.CoreExceptionsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic 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