-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_ArgumentOutOfRange__1
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<T>(
string argumentName,
T value,
T fromValue
)
VB
Public Shared Function ArgumentOutOfRange(Of T) (
argumentName As String,
value As T,
fromValue As T
) As ArgumentOutOfRangeException
F#
static member ArgumentOutOfRange :
argumentName : string *
value : 'T *
fromValue : 'T -> ArgumentOutOfRangeException
- argumentName
- Type: System.String
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentOutOfRange1(System.String,
0,0)"\]</dd><dt>value</dt><dd>Type: *T*<br />\[Missing <param name="value"/> documentation for "M:CodeJam.CodeExceptions.ArgumentOutOfRange
1(System.String,0,
0)"] - fromValue
- Type: T
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentOutOfRange1(System.String,
0,``0)"]
- T
Type: ArgumentOutOfRangeException
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentOutOfRange1(System.String,
0,``0)"]
CodeExceptions Class
ArgumentOutOfRange Overload
CodeJam Namespace
System.ArgumentOutOfRangeException