Search Results for

    Show / Hide Table of Contents
    note

    VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.

    Class DbAPIDefinitionException

    The exception that is thrown when there is error in the database API definition.

    Inheritance
    object
    Exception
    DbAPIErrorException
    DbAPIDefinitionException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: VeloxDB.Protocol
    Assembly: vlxc.dll
    Syntax
    public class DbAPIDefinitionException : DbAPIErrorException, ISerializable

    Constructors

    DbAPIDefinitionException()

    Declaration
    public DbAPIDefinitionException()

    Properties

    ErrorType

    Indicates the type of error.

    Declaration
    public DbAPIDefinitionErrorType ErrorType { get; set; }
    Property Value
    Type Description
    DbAPIDefinitionErrorType

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    string
    Overrides
    Exception.Message

    MethodName

    The name of the method where error occurred.

    Declaration
    public string MethodName { get; set; }
    Property Value
    Type Description
    string

    TypeName

    The name of the type that caused an error.

    Declaration
    public string TypeName { get; set; }
    Property Value
    Type Description
    string

    Methods

    CreateAbstractAPI(string)

    Declaration
    public static Exception CreateAbstractAPI(string typeName)
    Parameters
    Type Name Description
    string typeName
    Returns
    Type Description
    Exception

    CreateMaxPropertyCountExceeded(string)

    Declaration
    public static Exception CreateMaxPropertyCountExceeded(string typeName)
    Parameters
    Type Name Description
    string typeName
    Returns
    Type Description
    Exception

    Implements

    ISerializable
    In this article
    © 2025 Copyright: VeloxDB