There was an error while loading. Please reload this page.
Creates DirectoryNotFoundException for missing directory.
Namespace: CodeJam.IOAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static DirectoryNotFoundException ArgumentDirectoryNotFound( string argumentName, string directoryPath )
VB
Public Shared Function ArgumentDirectoryNotFound ( argumentName As String, directoryPath As String ) As DirectoryNotFoundException
F#
static member ArgumentDirectoryNotFound : argumentName : string * directoryPath : string -> DirectoryNotFoundException
Type: DirectoryNotFoundExceptionInitialized instance of DirectoryNotFoundException.
IoCodeExceptions ClassCodeJam.IO Namespace