Click or drag to resize

CodedDirectoryNotFoundExceptionDirectoryName Property

[This is preliminary documentation and is subject to change.]

Gets the name of the directory that cannot be found.

Namespace:  NerdyDuck.CodedExceptions.IO
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public string DirectoryName { get; }
View Source

Property Value

Type: String
The name of the directory, or if no directory name was passed to the constructor for this instance.
See Also