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 InvalidOperationException. Used to be thrown from default: switch clause
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static InvalidOperationException UnexpectedValue( string messageFormat, params Object[] args )
VB
Public Shared Function UnexpectedValue ( messageFormat As String, ParamArray args As Object() ) As InvalidOperationException
F#
static member UnexpectedValue : messageFormat : string * args : Object[] -> InvalidOperationException
Type: InvalidOperationExceptionInitialized instance of InvalidOperationException.
CodeExceptions ClassUnexpectedValue OverloadCodeJam Namespace