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