LzwCompressorException.LzwCompressorException

LzwCompressorException(string)

Initializes a new instance of the LzwCompressorException class.

public LzwCompressorException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


LzwCompressorException(string, Exception)

Initializes a new instance of the LzwCompressorException class.

public LzwCompressorException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also