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