Click or drag to resize

ContextStoppedException Class

[Missing <summary> documentation for "T:Couchbase.Core.Configuration.Server.ContextStoppedException"]

Inheritance Hierarchy
SystemObject
  SystemException
    Couchbase.Core.Configuration.ServerContextStoppedException

Namespace:  Couchbase.Core.Configuration.Server
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class ContextStoppedException : Exception
Constructors
  NameDescription
Public methodContextStoppedException
Initializes a new instance of the ContextStoppedException class
Public methodContextStoppedException(String)
Initializes a new instance of the ContextStoppedException class
Public methodContextStoppedException(String, Exception)
Initializes a new instance of the ContextStoppedException class
Top
See Also