Skip to content

M_CodeJam_CodeExceptions_ArgumentOutOfRange__1

andrewvk edited this page Apr 20, 2016 · 8 revisions

CodeExceptions.ArgumentOutOfRange(T) Method (String, T, T)

[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<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 

Parameters

 

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.ArgumentOutOfRange1(System.String,0,0)"]
fromValue
Type: T
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentOutOfRange1(System.String,0,``0)"]

Type Parameters

 

T

Return Value

Type: ArgumentOutOfRangeException
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentOutOfRange1(System.String,0,``0)"]

See Also

Reference

CodeExceptions Class
ArgumentOutOfRange Overload
CodeJam Namespace
System.ArgumentOutOfRangeException

Clone this wiki locally