Class ConnectException
Implements
Inherited Members
Namespace: Couchbase.Core.Exceptions
Assembly: Couchbase.NetClient.dll
Syntax
public class ConnectException : CouchbaseException, ISerializable
Constructors
View SourceConnectException(string)
Declaration
public ConnectException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
ConnectException(string, Exception)
Declaration
public ConnectException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |