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