Click or drag to resize

IndexOutOfRangeException Constructor

Overload List
 NameDescription
Public methodIndexOutOfRangeException Default constructor. Constructs an empty InvalidArgumentException instance.
Public methodIndexOutOfRangeException(Int32) Constructs a InvalidArgumentException instance with an error message containing the invalid index.
Public methodIndexOutOfRangeException(String) Constructs a InvalidArgumentException instance with the specifed exception message.
Public methodIndexOutOfRangeException(Int32, Int32) Constructs a InvalidArgumentException instance with an error message containing the invalid [row, column] array index.
Public methodIndexOutOfRangeException(String, Exception) Constructs a InvalidArgumentException instance with the specifed exception message and underlying (inner) exception.
Top
See Also