-
Couldn't load subscription status.
- Fork 35
M_CodeJam_CodeExceptions_Argument
Andrew Koryavchenko edited this page Jul 4, 2017
·
8 revisions
Creates
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.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 ArgumentExceptionF#
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 ArgumentException.
CodeExceptions Class
CodeJam Namespace
System.ArgumentException