Skip to content

M_CodeJam_IO_IoCodeExceptions_ArgumentDirectoryExistsFileExpected

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

IoCodeExceptions.ArgumentDirectoryExistsFileExpected Method

Creates FileNotFoundException for missing file when there is a dictionary.

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

Syntax

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 

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