Skip to content

M_CodeJam_CodeExceptions_ArgumentOutOfRange

andrewvk edited this page Apr 20, 2016 · 8 revisions

CodeExceptions.ArgumentOutOfRange Method (String, Int32, Int32)

[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 ArgumentOutOfRangeException ArgumentOutOfRange(
	string argumentName,
	int value,
	int fromValue
)

VB

Public Shared Function ArgumentOutOfRange ( 
	argumentName As String,
	value As Integer,
	fromValue As Integer
) As ArgumentOutOfRangeException

F#

static member ArgumentOutOfRange : 
        argumentName : string * 
        value : int * 
        fromValue : int -> ArgumentOutOfRangeException 

Parameters

 

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

Return Value

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

See Also

Reference

CodeExceptions Class
ArgumentOutOfRange Overload
CodeJam Namespace
System.ArgumentOutOfRangeException

Clone this wiki locally