-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_IoCodeExceptions_ArgumentFileExistsDirectoryExpected
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Creates for missing directory when there is a file.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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 .
IoCodeExceptions Class
CodeJam.IO Namespace
System.IO.DirectoryNotFoundException
System.IO.DirectoryNotFoundException