There was an error while loading. Please reload this page.
Creates ArgumentOutOfRangeException.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ArgumentOutOfRangeException ArgumentOutOfRange( string argumentName, double value, double fromValue, double toValue )
VB
Public Shared Function ArgumentOutOfRange ( argumentName As String, value As Double, fromValue As Double, toValue As Double ) As ArgumentOutOfRangeException
F#
static member ArgumentOutOfRange : argumentName : string * value : float * fromValue : float * toValue : float -> ArgumentOutOfRangeException
Type: ArgumentOutOfRangeExceptionInitialized instance of ArgumentOutOfRangeException.
CodeExceptions ClassArgumentOutOfRange OverloadCodeJam Namespace