Skip to content

M_CodeJam_CodeExceptions_Argument

andrewvk edited this page Apr 22, 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#

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 

Parameters

 

argumentName
Type: System.String
Name of the argument.
messageFormat
Type: System.String
The message format.
args
Type: System.Object[]
The arguments.

Return Value

Type: ArgumentException
Initialized instance of

See Also

Reference

CodeExceptions Class
CodeJam Namespace
System.ArgumentException
System.ArgumentException

Clone this wiki locally