Click or drag to resize

CouchbaseException Constructor (IErrorContext)

Initializes a new instance of the CouchbaseException class

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public CouchbaseException(
	IErrorContext context
)

Parameters

context
Type: Couchbase.CoreIErrorContext

[Missing <param name="context"/> documentation for "M:Couchbase.CouchbaseException.#ctor(Couchbase.Core.IErrorContext)"]

See Also