ConnectionUnavailableException Constructor (String,Object[])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.0.0 (2.0.0.0)
Syntax
public ConnectionUnavailableException(
	string message,
	params Object[] args
)

Parameters

message
Type: System.String

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

args
Type:System.Object[]

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

See Also