CodedFileExistsExceptionFileName Property |
[This is preliminary documentation and is subject to change.]
Gets the name of the file that already exists.
Namespace:
NerdyDuck.CodedExceptions.IO
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic string FileName { get; }
Public ReadOnly Property FileName As String
Get
View SourceProperty Value
Type:
StringThe name of the file, or
if no file name was passed to the constructor for this instance.
See Also