Class LzwCompressorException

LzwCompressorException class

The lzw compressor exception.

public class LzwCompressorException : CompressorException

Constructors

NameDescription
LzwCompressorException(string)Initializes a new instance of the LzwCompressorException class.
LzwCompressorException(string, Exception)Initializes a new instance of the LzwCompressorException class.

See Also