Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class ContextStoppedException

    Inheritance
    object
    Exception
    ContextStoppedException
    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
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Core.Configuration.Server
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class ContextStoppedException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    ContextStoppedException()

    Declaration
    public ContextStoppedException()
    | Edit this page View Source

    ContextStoppedException(string)

    Declaration
    public ContextStoppedException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    ContextStoppedException(string, Exception)

    Declaration
    public ContextStoppedException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException

    Implements

    ISerializable

    Extension Methods

    ErrorClassExtensions.Classify(Exception)
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.