FrameworkException Class
Summary: The PSD framework exception. This class is a core class for all Aspose.PSD exceptions.
Introduced to discriminate between the exceptions thrown by the Aspose.PSD engine and all other exception types.
Module: aspose.psd.coreexceptions
Full Name: aspose.psd.coreexceptions.FrameworkException
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
FrameworkException(message) | Initializes a new instance of the FrameworkException class. |
Constructor: FrameworkException(message)
FrameworkException(message)
Initializes a new instance of the FrameworkException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | string | The message. |