Class SaveLoadException
Base for every exception SaveSystem wraps an underlying failure in.
public abstract class SaveLoadException : Exception
Expand Details ...
- Inheritance
-
objectExceptionSaveLoadException
- Derived
Constructors
SaveLoadException(string, string, Exception)
protected SaveLoadException(string message, string filePath, Exception innerException = null)
Parameters
| Type | Name | Description |
|---|---|---|
message |
||
filePath |
||
innerException |
Properties
FilePath
File path the failed operation targeted.
public string FilePath { get; }
Property Value
- string