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

Namespace: Couchbase.Core
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BucketAlreadyOpenException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

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

innerException
Type: SystemException

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

See Also