Skip to content

M_CodeJam_IO_IoCodeExceptions_ArgumentFileExistsDirectoryExpected

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

IoCodeExceptions.ArgumentFileExistsDirectoryExpected Method

Creates for missing directory when there is a file.

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

Syntax

C#

public static DirectoryNotFoundException ArgumentFileExistsDirectoryExpected(
	string argumentName,
	string directoryPath
)

VB

Public Shared Function ArgumentFileExistsDirectoryExpected ( 
	argumentName As String,
	directoryPath As String
) As DirectoryNotFoundException

F#

static member ArgumentFileExistsDirectoryExpected : 
        argumentName : string * 
        directoryPath : string -> DirectoryNotFoundException 

Parameters

 

argumentName
Type: System.String
Name of the argument.
directoryPath
Type: System.String
The directory being checked.

Return Value

Type: DirectoryNotFoundException
Initialized instance of .

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace
System.IO.DirectoryNotFoundException
System.IO.DirectoryNotFoundException

Clone this wiki locally