Class ContextStoppedException
Inheritance
ContextStoppedException
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
Implements
Extension Methods