Class SaveLoadException

Namespace
CodeSmile.AnyMotion.Core.SaveLoad
/
Assembly
ApiSource.dll

Base for every exception SaveSystem wraps an underlying failure in.

public abstract class SaveLoadException : Exception
Expand Details ...
Inheritance
object
Exception
SaveLoadException
Derived

Constructors

SaveLoadException(string, string, Exception)

protected SaveLoadException(string message, string filePath, Exception innerException = null)

Parameters

Type Name Description
string
message
string
filePath
Exception
innerException

Properties

FilePath

File path the failed operation targeted.

public string FilePath { get; }

Property Value

string