There was an error while loading. Please reload this page.
Creates DirectoryNotFoundException for missing directory when there is a file.
Namespace: CodeJam.IOAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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
Type: DirectoryNotFoundExceptionInitialized instance of DirectoryNotFoundException.
IoCodeExceptions ClassCodeJam.IO Namespace