TiffImageException Class
Contents
[
Hide
]Summary: The Tiff image exception
Module: aspose.psd.coreexceptions.imageformats
Full Name: aspose.psd.coreexceptions.imageformats.TiffImageException
Inheritance: ImageException
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
TiffImageException(error) | Initializes a new instance of the TiffImageException class. |
TiffImageException(message) | Initializes a new instance of the TiffImageException class. |
TiffImageException(message, error) | Initializes a new instance of the TiffImageException class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
options_error | TiffOptionsError | r | Gets the tiff options error. |
Constructor: TiffImageException(error)
TiffImageException(error)
Initializes a new instance of the TiffImageException class.
Parameters:
Parameter | Type | Description |
---|---|---|
error | TiffOptionsError | The error. |
Constructor: TiffImageException(message)
TiffImageException(message)
Initializes a new instance of the TiffImageException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | string | The exception message. |
Constructor: TiffImageException(message, error)
TiffImageException(message, error)
Initializes a new instance of the TiffImageException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | string | The message. |
error | TiffOptionsError | The error. |