-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_Argument
andrewvk edited this page Apr 22, 2016
·
8 revisions
[This is preliminary documentation and is subject to change.]
Creates
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static ArgumentException Argument(
string argumentName,
string messageFormat,
params Object[] args
)
VB
Public Shared Function Argument (
argumentName As String,
messageFormat As String,
ParamArray args As Object()
) As ArgumentException
F#
static member Argument :
argumentName : string *
messageFormat : string *
args : Object[] -> ArgumentException
- argumentName
- Type: System.String
Name of the argument. - messageFormat
- Type: System.String
The message format. - args
- Type: System.Object[]
The arguments.
Type: ArgumentException
Initialized instance of
CodeExceptions Class
CodeJam Namespace
System.ArgumentException
System.ArgumentException