- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_IO_IoCodeExceptions_ArgumentFileNotFound
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        2 revisions
      
    Creates FileNotFoundException for missing file.
Namespace: CodeJam.IO
Assembly: 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 FileNotFoundExceptionF#
static member ArgumentFileNotFound : 
        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 FileNotFoundException.