Class LzwCompressorException
- Namespace
- Aspose.Imaging.CoreExceptions.Compressors
- Assembly
- Aspose.Imaging.dll
The lzw compressor exception.
public class LzwCompressorException : CompressorException, ISerializable
- Inheritance
-
LzwCompressorException
- Implements
- Inherited Members
Constructors
LzwCompressorException(string)
Initializes a new instance of the LzwCompressorException class.
public LzwCompressorException(string message)
Parameters
message
stringThe exception message.
LzwCompressorException(string, Exception)
Initializes a new instance of the LzwCompressorException class.
public LzwCompressorException(string message, Exception innerException)