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 DbAPINotFoundException

    This exception is thrown when requested database API is not found.

    Inheritance
    object
    Exception
    DbAPIErrorException
    DbAPINotFoundException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    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 DbAPINotFoundException : DbAPIErrorException, ISerializable

    Constructors

    DbAPINotFoundException()

    Declaration
    public DbAPINotFoundException()

    DbAPINotFoundException(string)

    Initializes a new instance of the DbAPINotFoundException class with a specified error message.

    Declaration
    public DbAPINotFoundException(string unkownApi)
    Parameters
    Type Name Description
    string unkownApi

    The name of the database API that was not found.

    Properties

    UnknownAPI

    Gets the name of the database API that was not found.

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

    Implements

    ISerializable
    In this article
    © 2025 Copyright: VeloxDB