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