Click or drag to resize
BucketAlreadyOpenException Constructor (String)
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
)

Parameters

message
Type: SystemString

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

See Also