Class DatabaseLoadException
Database load failure with row context.
Inheritance
DatabaseLoadException
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public sealed class DatabaseLoadException : Exception, ISerializable
Constructors
|
Edit this page
View Source
DatabaseLoadException(string, int, string, Exception)
Declaration
public DatabaseLoadException(string message, int rowIndex, string key, Exception inner = null)
Parameters
Properties
|
Edit this page
View Source
Key
Declaration
public string Key { get; }
Property Value
|
Edit this page
View Source
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Implements
Extension Methods