| FrameworkException Constructor (String) |
Namespace: Aspose.PSD.CoreExceptionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic FrameworkException(
string message
)
Public Sub New (
message As String
)
public:
FrameworkException(
String^ message
)
new :
message : string -> FrameworkExceptionParameters
- message
- Type: SystemString
The message.
See Also