Class ForwardCompatibilityFailureRequiresRetryException
Indicates that an error due to an incompatibility with a later protocol version requires a retry.
Inheritance
ForwardCompatibilityFailureRequiresRetryException
Assembly: Couchbase.NetClient.dll
Syntax
public class ForwardCompatibilityFailureRequiresRetryException : Exception, ISerializable
Constructors
|
Edit this page
View Source
ForwardCompatibilityFailureRequiresRetryException()
Declaration
public ForwardCompatibilityFailureRequiresRetryException()
|
Edit this page
View Source
ForwardCompatibilityFailureRequiresRetryException(string)
Declaration
public ForwardCompatibilityFailureRequiresRetryException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
ForwardCompatibilityFailureRequiresRetryException(string, Exception)
Declaration
public ForwardCompatibilityFailureRequiresRetryException(string message, Exception innerException)
Parameters
Implements
Extension Methods