Class CouchbaseException
Base exception for all exceptions generated or handled by the Couchbase SDK.
Inheritance
CouchbaseException
Assembly: Couchbase.NetClient.dll
Syntax
public class CouchbaseException : Exception, ISerializable
Constructors
View Source
CouchbaseException()
Declaration
public CouchbaseException()
View Source
CouchbaseException(IErrorContext)
Declaration
public CouchbaseException(IErrorContext context)
Parameters
View Source
CouchbaseException(IErrorContext, string)
Declaration
public CouchbaseException(IErrorContext context, string message)
Parameters
View Source
CouchbaseException(string)
Declaration
public CouchbaseException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
CouchbaseException(string, Exception?)
Declaration
public CouchbaseException(string message, Exception? innerException)
Parameters
Properties
View Source
Context
Declaration
public IErrorContext? Context { get; set; }
Property Value
Methods
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods