-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_ArgumentOutOfRange
andrewvk edited this page Apr 20, 2016
·
8 revisions
[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)
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
- 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)"]
Type: ArgumentOutOfRangeException
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentOutOfRange(System.String,System.Int32,System.Int32)"]
CodeExceptions Class
ArgumentOutOfRange Overload
CodeJam Namespace
System.ArgumentOutOfRangeException