Skip to content

M_CodeJam_CodeExceptions_IndexOutOfRange

andrewvk edited this page Apr 5, 2016 · 6 revisions

CodeExceptions.IndexOutOfRange Method

[This is preliminary documentation and is subject to change.]

Creates

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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 

Parameters

 

argumentName
Type: System.String
[Missing documentation for "M:CodeJam.CodeExceptions.IndexOutOfRange(System.String,System.Int32,System.Int32,System.Int32)"]
value
Type: System.Int32
[Missing documentation for "M:CodeJam.CodeExceptions.IndexOutOfRange(System.String,System.Int32,System.Int32,System.Int32)"]
startIndex
Type: System.Int32
[Missing documentation for "M:CodeJam.CodeExceptions.IndexOutOfRange(System.String,System.Int32,System.Int32,System.Int32)"]
length
Type: System.Int32
[Missing documentation for "M:CodeJam.CodeExceptions.IndexOutOfRange(System.String,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: IndexOutOfRangeException
[Missing documentation for "M:CodeJam.CodeExceptions.IndexOutOfRange(System.String,System.Int32,System.Int32,System.Int32)"]

See Also

Reference

CodeExceptions Class
CodeJam Namespace
System.IndexOutOfRangeException

Clone this wiki locally