There was an error while loading. Please reload this page.
Creates ArgumentOutOfRangeException. Used to be thrown from the default: switch clause
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ArgumentOutOfRangeException UnexpectedArgumentValue<T>( string argumentName, T value )
VB
Public Shared Function UnexpectedArgumentValue(Of T) ( argumentName As String, value As T ) As ArgumentOutOfRangeException
F#
static member UnexpectedArgumentValue : argumentName : string * value : 'T -> ArgumentOutOfRangeException
Type: ArgumentOutOfRangeExceptionInitialized instance of ArgumentOutOfRangeException.
CodeExceptions ClassUnexpectedArgumentValue OverloadCodeJam Namespace