-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_IoCodeExceptions_ArgumentDirectoryNotFound
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Creates DirectoryNotFoundException for missing directory.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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
- argumentName
- Type: System.String
Name of the argument. - directoryPath
- Type: System.String
The directory being checked.
Type: DirectoryNotFoundException
Initialized instance of DirectoryNotFoundException.