Skip to content

M_CodeJam_IO_IoCodeExceptions_ArgumentNotSimpleName

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

IoCodeExceptions.ArgumentNotSimpleName Method

Creates for invalid simple name.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static ArgumentException ArgumentNotSimpleName(
	string argumentName,
	string path
)

VB

Public Shared Function ArgumentNotSimpleName ( 
	argumentName As String,
	path As String
) As ArgumentException

F#

static member ArgumentNotSimpleName : 
        argumentName : string * 
        path : string -> ArgumentException 

Parameters

 

argumentName
Type: System.String
Name of the argument.
path
Type: System.String
The path being checked.

Return Value

Type: ArgumentException
Initialized instance of ArgumentException.

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace
System.ArgumentException

Clone this wiki locally