Class RateLimitedException
Inheritance
RateLimitedException
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public class RateLimitedException : CouchbaseException, ISerializable
Constructors
|
Edit this page
View Source
RateLimitedException(RateLimitedReason, IErrorContext)
Declaration
public RateLimitedException(RateLimitedReason reason, IErrorContext ctx)
Parameters
Properties
|
Edit this page
View Source
Reason
Declaration
public RateLimitedReason Reason { get; }
Property Value
Implements
Extension Methods