Skip to content

M_CodeJam_IO_IoCodeExceptions_ArgumentDirectoryNotFound

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

IoCodeExceptions.ArgumentDirectoryNotFound Method

Creates DirectoryNotFoundException for missing directory.

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

Syntax

C#

public static DirectoryNotFoundException ArgumentDirectoryNotFound(
	string argumentName,
	string directoryPath
)

VB

Public Shared Function ArgumentDirectoryNotFound ( 
	argumentName As String,
	directoryPath As String
) As DirectoryNotFoundException

F#

static member ArgumentDirectoryNotFound : 
        argumentName : string * 
        directoryPath : string -> DirectoryNotFoundException 

Parameters

 

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

Return Value

Type: DirectoryNotFoundException
Initialized instance of DirectoryNotFoundException.

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace

Clone this wiki locally