Skip to content

M_CodeJam_CodeExceptions_ArgumentNull

andrewvk edited this page Mar 30, 2016 · 8 revisions

CodeExceptions.ArgumentNull 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#

[NotNullAttribute]
public static ArgumentNullException ArgumentNull(
	[NotNullAttribute][InvokerParameterNameAttribute] string argumentName
)

VB

<NotNullAttribute>
Public Shared Function ArgumentNull ( 
	<NotNullAttribute><InvokerParameterNameAttribute> argumentName As String
) As ArgumentNullException

F#

[<NotNullAttribute>]
static member ArgumentNull : 
        [<NotNullAttribute>][<InvokerParameterNameAttribute>] argumentName : string -> ArgumentNullException 

Parameters

 

argumentName
Type: System.String
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentNull(System.String)"]

Return Value

Type: ArgumentNullException
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentNull(System.String)"]

See Also

Reference

CodeExceptions Class
CodeJam Namespace
System.ArgumentNullException

Clone this wiki locally