JpegLoadException Class
Contents
[
Hide
]Summary: Represents the JPEG image loading exception.
Module: aspose.psd.coreexceptions.imageformats
Full Name: aspose.psd.coreexceptions.imageformats.JpegLoadException
Inheritance: JpegException
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
JpegLoadException(message) | Initializes a new instance of the JpegLoadException class. |
JpegLoadException(message, reason) | Initializes a new instance of the JpegLoadException class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
reason | JpegLoadException.ErrorReason | r/w | Gets or sets the reason of error. |
Constructor: JpegLoadException(message)
JpegLoadException(message)
Initializes a new instance of the JpegLoadException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | string | The exception message. |
Constructor: JpegLoadException(message, reason)
JpegLoadException(message, reason)
Initializes a new instance of the JpegLoadException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | string | The exception message. |
reason | JpegLoadException.ErrorReason | The reason of error. |