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