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 CommunicationObjectAbortedException

    Exception that is thrown when connection is closed.

    Inheritance
    object
    Exception
    CommunicationException
    CommunicationObjectAbortedException
    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.Networking
    Assembly: vlxc.dll
    Syntax
    public class CommunicationObjectAbortedException : CommunicationException, ISerializable

    Constructors

    CommunicationObjectAbortedException(AbortedPhase)

    Declaration
    public CommunicationObjectAbortedException(AbortedPhase abortedPhase)
    Parameters
    Type Name Description
    AbortedPhase abortedPhase

    CommunicationObjectAbortedException(AbortedPhase, string, Exception)

    Declaration
    public CommunicationObjectAbortedException(AbortedPhase abortedPhase, string message, Exception inner)
    Parameters
    Type Name Description
    AbortedPhase abortedPhase
    string message
    Exception inner

    Properties

    AbortedPhase

    Indicates at what phase has connection been aborted.

    Declaration
    public AbortedPhase AbortedPhase { get; }
    Property Value
    Type Description
    AbortedPhase

    Implements

    ISerializable
    In this article
    © 2025 Copyright: VeloxDB