DeflateCompressorException.DeflateCompressorException

DeflateCompressorException(string)

Initializes a new instance of the DeflateCompressorException class.

public DeflateCompressorException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


DeflateCompressorException(string, Exception)

Initializes a new instance of the DeflateCompressorException class.

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

See Also