-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_IoCodeExceptions_ArgumentDirectoryExistsFileExpected
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Creates for missing file when there is a dictionary.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static FileNotFoundException ArgumentDirectoryExistsFileExpected(
string argumentName,
string filePath
)
VB
Public Shared Function ArgumentDirectoryExistsFileExpected (
argumentName As String,
filePath As String
) As FileNotFoundException
F#
static member ArgumentDirectoryExistsFileExpected :
argumentName : string *
filePath : string -> FileNotFoundException
- argumentName
- Type: System.String
Name of the argument. - filePath
- Type: System.String
The file being checked.
Type: FileNotFoundException
Initialized instance of .
IoCodeExceptions Class
CodeJam.IO Namespace
System.IO.FileNotFoundException
System.IO.FileNotFoundException