System.IndexOutOfRangeException.IndexOutOfRangeException C# (CSharp) Method

IndexOutOfRangeException() public method

Initializes a new instance of the IndexOutOfRangeException class with a specified error message.
public IndexOutOfRangeException ( String message )
message String The message that describes the error.

Same methods

IndexOutOfRangeException::IndexOutOfRangeException ( )
IndexOutOfRangeException::IndexOutOfRangeException ( String message, Exception innerException )
IndexOutOfRangeException