IndexOutOFRangeException.IndexOutOFRangeException

IndexOutOFRangeException(string)

Initializes a new instance of the CompressorException class.

public IndexOutOFRangeException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


IndexOutOFRangeException(string, Exception)

Initializes a new instance of the CompressorException class.

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

See Also