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.
Namespace: CodeJam.IOAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static FileNotFoundException ArgumentFileNotFound( string argumentName, string filePath )
VB
Public Shared Function ArgumentFileNotFound ( argumentName As String, filePath As String ) As FileNotFoundException
F#
static member ArgumentFileNotFound : argumentName : string * filePath : string -> FileNotFoundException
Type: FileNotFoundExceptionInitialized instance of FileNotFoundException.
IoCodeExceptions ClassCodeJam.IO Namespace