Class KeyValueException
Inheritance
KeyValueException
Assembly: Couchbase.NetClient.dll
Syntax
public abstract class KeyValueException : CouchbaseException<IKeyValueErrorContext>, ISerializable
Constructors
|
Edit this page
View Source
KeyValueException()
Declaration
protected KeyValueException()
|
Edit this page
View Source
KeyValueException(IKeyValueErrorContext)
Declaration
protected KeyValueException(IKeyValueErrorContext context)
Parameters
|
Edit this page
View Source
KeyValueException(IErrorContext)
Declaration
protected KeyValueException(IErrorContext context)
Parameters
|
Edit this page
View Source
KeyValueException(string)
Declaration
protected KeyValueException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
KeyValueException(string, Exception?)
Declaration
protected KeyValueException(string message, Exception? innerException)
Parameters
Implements
Extension Methods