ImageSaveException Class
Summary: The image save exception. Occurs during image saving.
Module: aspose.psd.coreexceptions
Full Name: aspose.psd.coreexceptions.ImageSaveException
Inheritance: ImageException
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ImageSaveException(message) | Initializes a new instance of the ImageSaveException class. |
Constructor: ImageSaveException(message)
ImageSaveException(message)
Initializes a new instance of the ImageSaveException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | string | The exception message. |