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
|
Edit this page
View Source
CouchbaseException()
Declaration
public CouchbaseException()
|
Edit this page
View Source
CouchbaseException(IErrorContext)
Declaration
public CouchbaseException(IErrorContext context)
Parameters
|
Edit this page
View Source
CouchbaseException(IErrorContext, string)
Declaration
public CouchbaseException(IErrorContext context, string message)
Parameters
|
Edit this page
View Source
CouchbaseException(string)
Declaration
public CouchbaseException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
CouchbaseException(string, Exception?)
Declaration
public CouchbaseException(string message, Exception? innerException)
Parameters
Properties
|
Edit this page
View Source
Context
Declaration
public IErrorContext? Context { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods