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