-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_Argument
andrewvk edited this page Apr 5, 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
[Missing documentation for "M:CodeJam.CodeExceptions.Argument(System.String,System.String,System.Object[])"] - messageFormat
- Type: System.String
[Missing documentation for "M:CodeJam.CodeExceptions.Argument(System.String,System.String,System.Object[])"] - args
- Type: System.Object[]
[Missing documentation for "M:CodeJam.CodeExceptions.Argument(System.String,System.String,System.Object[])"]
Type: ArgumentException
[Missing documentation for "M:CodeJam.CodeExceptions.Argument(System.String,System.String,System.Object[])"]
CodeExceptions Class
CodeJam Namespace
System.ArgumentException