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
    System.Object
    DbAPIErrorException
    DbAPIDefinitionException
    Namespace: VeloxDB.Protocol
    Assembly: vlxc.dll
    Syntax
    public class DbAPIDefinitionException : DbAPIErrorException

    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
    System.String

    MethodName

    The name of the method where error occurred.

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

    TypeName

    The name of the type that caused an error.

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

    Methods

    CreateAbstractAPI(String)

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

    CreateMaxPropertyCountExceeded(String)

    Declaration
    public static Exception CreateMaxPropertyCountExceeded(string typeName)
    Parameters
    Type Name Description
    System.String typeName
    Returns
    Type Description
    System.Exception
    In This Article
    © 2025 Copyright: VeloxDB