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