Skip to content

M_CodeJam_IO_IoCodeExceptions_ArgumentFileNotFound

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

IoCodeExceptions.ArgumentFileNotFound Method

Creates FileNotFoundException for missing file.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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 

Parameters

 

argumentName
Type: System.String
Name of the argument.
filePath
Type: System.String
The file being checked.

Return Value

Type: FileNotFoundException
Initialized instance of FileNotFoundException.

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace

Clone this wiki locally