There was an error while loading. Please reload this page.
Creates IndexOutOfRangeException.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static IndexOutOfRangeException IndexOutOfRange( string argumentName, int value, int startIndex, int length )
VB
Public Shared Function IndexOutOfRange ( argumentName As String, value As Integer, startIndex As Integer, length As Integer ) As IndexOutOfRangeException
F#
static member IndexOutOfRange : argumentName : string * value : int * startIndex : int * length : int -> IndexOutOfRangeException
Type: IndexOutOfRangeExceptionInitialized instance of IndexOutOfRangeException.
CodeExceptions ClassCodeJam Namespace