We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates FileNotFoundException for missing file when there is a dictionary.
Namespace: CodeJam.IOAssembly: CodeJam (in CodeJam.dll) Version: 2.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
Type: FileNotFoundExceptionInitialized instance of FileNotFoundException.
IoCodeExceptions ClassCodeJam.IO Namespace