Skip to content

M_CodeJam_CodeExceptions_ArgumentOutOfRange

andrewvk edited this page Apr 22, 2016 · 8 revisions

CodeExceptions.ArgumentOutOfRange Method (String, Int32, 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,
	int toValue
)

VB

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

F#

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

Parameters

 

argumentName
Type: System.String
Name of the argument.
value
Type: System.Int32
The value.
fromValue
Type: System.Int32
From value.
toValue
Type: System.Int32
To value.

Return Value

Type: ArgumentOutOfRangeException
Initialized instance of

See Also

Reference

CodeExceptions Class
ArgumentOutOfRange Overload
CodeJam Namespace
System.ArgumentOutOfRangeException
System.ArgumentOutOfRangeException

Clone this wiki locally