Skip to content

M_CodeJam_CodeExceptions_Argument

andrewvk edited this page Mar 30, 2016 · 8 revisions

CodeExceptions.Argument Method

[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)

Syntax

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 

Parameters

 

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[])"]

Return Value

Type: ArgumentException
[Missing documentation for "M:CodeJam.CodeExceptions.Argument(System.String,System.String,System.Object[])"]

See Also

Reference

CodeExceptions Class
CodeJam Namespace
System.ArgumentException

Clone this wiki locally