Click or drag to resize
ConfigException Constructor (String, Object)
Initializes a new instance of the ConfigException class

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

Parameters

format
Type: SystemString

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

args
Type: SystemObject

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

See Also