Search Results for

    Show / Hide Table of Contents

    Class DatabaseModelBuildException

    Parse/build error that includes row context.

    Inheritance
    object
    Exception
    DatabaseModelBuildException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.Sheets
    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
    Type Name Description
    string message
    string rowId
    string key
    Exception inner

    Properties

    | Edit this page View Source

    Key

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RowId

    Declaration
    public string RowId { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToErrorEvent<T>(T)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ExceptionExtensions.ExtractDiagnosticMessage(Exception)
    ExceptionExtensions.ExtractServerError(Exception)
    ExceptionExtensions.GetFullMessage(Exception)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation