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

Namespace: Couchbase.Configuration
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public ConfigException(
	string format,
	params Object[] args
)

Parameters

format
Type: System String

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

args
Type:  System Object 

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

See Also