-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_UnexpectedValue
andrewvk edited this page Mar 30, 2016
·
8 revisions
[This is preliminary documentation and is subject to change.]
Creates . Used to be thrown from default: switch clause
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[StringFormatMethodAttribute("messageFormat")]
[NotNullAttribute]
public static InvalidOperationException UnexpectedValue(
[NotNullAttribute] string messageFormat,
[CanBeNullAttribute] params Object[] args
)
VB
<StringFormatMethodAttribute("messageFormat")>
<NotNullAttribute>
Public Shared Function UnexpectedValue (
<NotNullAttribute> messageFormat As String,
<CanBeNullAttribute> ParamArray args As Object()
) As InvalidOperationException
F#
[<StringFormatMethodAttribute("messageFormat")>]
[<NotNullAttribute>]
static member UnexpectedValue :
[<NotNullAttribute>] messageFormat : string *
[<CanBeNullAttribute>] args : Object[] -> InvalidOperationException
- messageFormat
- Type: System.String
[Missing documentation for "M:CodeJam.CodeExceptions.UnexpectedValue(System.String,System.Object[])"] - args
- Type: System.Object[]
[Missing documentation for "M:CodeJam.CodeExceptions.UnexpectedValue(System.String,System.Object[])"]
Type: InvalidOperationException
[Missing documentation for "M:CodeJam.CodeExceptions.UnexpectedValue(System.String,System.Object[])"]
CodeExceptions Class
UnexpectedValue Overload
CodeJam Namespace
System.InvalidOperationException