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