-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_InvalidOperation
andrewvk edited this page Jun 23, 2016
·
8 revisions
Creates
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static InvalidOperationException InvalidOperation(
string messageFormat,
params Object[] args
)
VB
Public Shared Function InvalidOperation (
messageFormat As String,
ParamArray args As Object()
) As InvalidOperationException
F#
static member InvalidOperation :
messageFormat : string *
args : Object[] -> InvalidOperationException
- messageFormat
- Type: System.String
The message format. - args
- Type: System.Object[]
The arguments.
Type: InvalidOperationException
Initialized instance of
CodeExceptions Class
CodeJam Namespace
System.InvalidOperationException
System.InvalidOperationException