Skip to content

M_CodeJam_IO_IoCodeExceptions_ArgumentNotWellFormedAbsolutePath

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

IoCodeExceptions.ArgumentNotWellFormedAbsolutePath Method

Creates ArgumentException for invalid full path.

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

Syntax

C#

public static ArgumentException ArgumentNotWellFormedAbsolutePath(
	string argumentName,
	string path
)

VB

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

F#

static member ArgumentNotWellFormedAbsolutePath : 
        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

Clone this wiki locally