ConnectionUnavailableException Constructor (String, Exception)Couchbase .NET SDK 2.0
Initializes a new instance of the ConnectionUnavailableException class

Namespace: Couchbase.IO
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public ConnectionUnavailableException(
	string message,
	Exception innerException
)

Parameters

message
Type: System String

[Missing <param name="message"/> documentation for "M:Couchbase.IO.ConnectionUnavailableException.#ctor(System.String,System.Exception)"]

innerException
Type: System Exception

[Missing <param name="innerException"/> documentation for "M:Couchbase.IO.ConnectionUnavailableException.#ctor(System.String,System.Exception)"]

See Also