-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_UnexpectedValue__1
andrewvk edited this page Mar 30, 2016
·
7 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#
[NotNullAttribute]
public static InvalidOperationException UnexpectedValue<T>(
[CanBeNullAttribute] T value
)
VB
<NotNullAttribute>
Public Shared Function UnexpectedValue(Of T) (
<CanBeNullAttribute> value As T
) As InvalidOperationException
F#
[<NotNullAttribute>]
static member UnexpectedValue :
[<CanBeNullAttribute>] value : 'T -> InvalidOperationException
- value
- Type: T
[Missing documentation for "M:CodeJam.CodeExceptions.UnexpectedValue1(
0)"]
- T
Type: InvalidOperationException
[Missing documentation for "M:CodeJam.CodeExceptions.UnexpectedValue1(
0)"]
CodeExceptions Class
UnexpectedValue Overload
CodeJam Namespace
System.InvalidOperationException