Class LoadException

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

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

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

Constructors

LoadException(string, string, Exception)

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

Parameters

Type Name Description
string
message
string
filePath
Exception
innerException