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

Namespace: Couchbase.Core
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BucketNotFoundException(
	string message,
	string paramName
)

Parameters

message
Type: SystemString

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

paramName
Type: SystemString

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

See Also