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