Class SaveException

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

A save operation failed. See System.Exception.InnerException for the underlying cause.

public sealed class SaveException : SaveLoadException
Expand Details ...
Inheritance
object
Exception
SaveException
Inherited Members

Constructors

SaveException(string, string, Exception)

public SaveException(string message, string filePath, Exception innerException = null)

Parameters

Type Name Description
string
message
string
filePath
Exception
innerException