CompressorException.CompressorException

CompressorException(string)

Initializes a new instance of the CompressorException class.

public CompressorException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


CompressorException(string, Exception)

Initializes a new instance of the CompressorException class.

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

See Also