RleCompressorException.RleCompressorException

RleCompressorException(string)

Initializes a new instance of the RleCompressorException class.

public RleCompressorException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


RleCompressorException(string, Exception)

Initializes a new instance of the RleCompressorException class.

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

See Also