Click or drag to resize

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

Property Value

Type: String
The path or descriptor of the data storage, or if no path was passed to the constructor for this instance.
See Also