Table of Contents

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 string

The exception message.

LzwCompressorException(string, Exception)

Initializes a new instance of the LzwCompressorException class.

public LzwCompressorException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.