Class KvErrorMapRetryException
Inheritance
KvErrorMapRetryException
Assembly: Couchbase.NetClient.dll
Syntax
public class KvErrorMapRetryException : CouchbaseException, ISerializable
Constructors
|
Edit this page
View Source
KvErrorMapRetryException()
Declaration
public KvErrorMapRetryException()
|
Edit this page
View Source
KvErrorMapRetryException(string)
Declaration
public KvErrorMapRetryException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
KvErrorMapRetryException(string, Exception)
Declaration
public KvErrorMapRetryException(string message, Exception innerException)
Parameters
Implements
Extension Methods