Skip to content

M_CodeJam_CodeExceptions_ArgumentNullOrEmpty

andrewvk edited this page Mar 30, 2016 · 8 revisions

CodeExceptions.ArgumentNullOrEmpty Method

[This is preliminary documentation and is subject to change.]

Creates for empty string

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[NotNullAttribute]
public static ArgumentException ArgumentNullOrEmpty(
	[NotNullAttribute][InvokerParameterNameAttribute] string argumentName
)

VB

<NotNullAttribute>
Public Shared Function ArgumentNullOrEmpty ( 
	<NotNullAttribute><InvokerParameterNameAttribute> argumentName As String
) As ArgumentException

F#

[<NotNullAttribute>]
static member ArgumentNullOrEmpty : 
        [<NotNullAttribute>][<InvokerParameterNameAttribute>] argumentName : string -> ArgumentException 

Parameters

 

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

Return Value

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

See Also

Reference

CodeExceptions Class
CodeJam Namespace
System.ArgumentException

Clone this wiki locally