We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates ArgumentOutOfRangeException. Used to be thrown from default: switch clause
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ArgumentOutOfRangeException UnexpectedArgumentValue<T>( string argumentName, T value, string messageFormat, params Object[] args )
VB
Public Shared Function UnexpectedArgumentValue(Of T) ( argumentName As String, value As T, messageFormat As String, ParamArray args As Object() ) As ArgumentOutOfRangeException
F#
static member UnexpectedArgumentValue : argumentName : string * value : 'T * messageFormat : string * args : Object[] -> ArgumentOutOfRangeException
Type: ArgumentOutOfRangeExceptionInitialized instance of ArgumentOutOfRangeException.
CodeExceptions ClassUnexpectedArgumentValue OverloadCodeJam Namespace