-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_Argument
andrewvk edited this page Mar 30, 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#
[StringFormatMethodAttribute("messageFormat")]
[NotNullAttribute]
public static ArgumentException Argument(
[NotNullAttribute][InvokerParameterNameAttribute] string argumentName,
[NotNullAttribute] string messageFormat,
[CanBeNullAttribute] params Object[] args
)
VB
<StringFormatMethodAttribute("messageFormat")>
<NotNullAttribute>
Public Shared Function Argument (
<NotNullAttribute><InvokerParameterNameAttribute> argumentName As String,
<NotNullAttribute> messageFormat As String,
<CanBeNullAttribute> ParamArray args As Object()
) As ArgumentException
F#
[<StringFormatMethodAttribute("messageFormat")>]
[<NotNullAttribute>]
static member Argument :
[<NotNullAttribute>][<InvokerParameterNameAttribute>] argumentName : string *
[<NotNullAttribute>] messageFormat : string *
[<CanBeNullAttribute>] 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