Class DatabaseModelBuildException
Parse/build error that includes row context.
Inheritance
DatabaseModelBuildException
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public sealed class DatabaseModelBuildException : Exception, ISerializable
Constructors
|
Edit this page
View Source
DatabaseModelBuildException(string, string, string, Exception)
Declaration
public DatabaseModelBuildException(string message, string rowId, string key = null, Exception inner = null)
Parameters
Properties
|
Edit this page
View Source
Key
Declaration
public string Key { get; }
Property Value
|
Edit this page
View Source
RowId
Declaration
public string RowId { get; }
Property Value
Implements
Extension Methods