-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_IoCodeExceptions_ArgumentFileExistsDirectoryExpected
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Creates DirectoryNotFoundException for missing directory when there is a file.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static DirectoryNotFoundException ArgumentFileExistsDirectoryExpected(
string argumentName,
string directoryPath
)
VB
Public Shared Function ArgumentFileExistsDirectoryExpected (
argumentName As String,
directoryPath As String
) As DirectoryNotFoundException
F#
static member ArgumentFileExistsDirectoryExpected :
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.