-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_UnexpectedValue
andrewvk edited this page Mar 25, 2016
·
8 revisions
[This is preliminary documentation and is subject to change.]
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(
Object value
)
VB
Public Shared Function UnexpectedValue (
value As Object
) As InvalidOperationException
F#
static member UnexpectedValue :
value : Object -> InvalidOperationException
- value
- Type: System.Object
[Missing documentation for "M:CodeJam.CodeExceptions.UnexpectedValue(System.Object)"]
Type: InvalidOperationException
[Missing documentation for "M:CodeJam.CodeExceptions.UnexpectedValue(System.Object)"]
CodeExceptions Class
UnexpectedValue Overload
CodeJam Namespace
System.InvalidOperationException