FrameworkException.FrameworkException
FrameworkException(string)
Initializes a new instance of the FrameworkException
class.
public FrameworkException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
See Also
- class FrameworkException
- namespace Aspose.PSD.CoreExceptions
- assembly Aspose.PSD
FrameworkException(string, Exception)
Initializes a new instance of the FrameworkException
class.
public FrameworkException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
innerException | Exception | The inner exception. |
See Also
- class FrameworkException
- namespace Aspose.PSD.CoreExceptions
- assembly Aspose.PSD