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