BucketNotFoundException Constructor (String) |
Namespace: Couchbase.CoreAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BucketNotFoundException(
string message
)
Public Sub New (
message As String
)
public:
BucketNotFoundException(
String^ message
)
new :
message : string -> BucketNotFoundException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Couchbase.Core.BucketNotFoundException.#ctor(System.String)"]
See Also