-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_UnexpectedValue__1
andrewvk edited this page Jun 23, 2016
·
7 revisions
Creates . Used to be thrown from the default: switch clause
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static InvalidOperationException UnexpectedValue<T>(
T value
)
VB
Public Shared Function UnexpectedValue(Of T) (
value As T
) As InvalidOperationException
F#
static member UnexpectedValue :
value : 'T -> InvalidOperationException
- value
- Type: T
The value.
- T
- The type of the value. Auto-inferred.
Type: InvalidOperationException
Initialized instance of
CodeExceptions Class
UnexpectedValue Overload
CodeJam Namespace
System.InvalidOperationException
System.InvalidOperationException