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