Click or drag to resize

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
Syntax
public string FileName { get; }
View Source

Property Value

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