LzwCompressorException Class
Summary: The lzw compressor exception.
Module: aspose.psd.coreexceptions.compressors
Full Name: aspose.psd.coreexceptions.compressors.LzwCompressorException
Inheritance: CompressorException
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| LzwCompressorException(message) | Initializes a new instance of the LzwCompressorException class. |
Constructor: LzwCompressorException(message)
LzwCompressorException(message)
Initializes a new instance of the LzwCompressorException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | string | The exception message. |