Click or drag to resize
ConfigException Constructor (String, Exception)
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 message,
	Exception innerException
)

Parameters

message
Type: SystemString

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

innerException
Type: SystemException

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

See Also