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
Syntaxpublic string DirectoryName { get; }
Public ReadOnly Property DirectoryName As String
Get
View SourceProperty Value
Type:
StringThe name of the directory, or
if no directory name was passed to the constructor for this instance.
See Also