BucketNotFoundException Constructor (String, String) |
Namespace: Couchbase.CoreAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BucketNotFoundException(
string message,
string paramName
)
Public Sub New (
message As String,
paramName As String
)
public:
BucketNotFoundException(
String^ message,
String^ paramName
)
new :
message : string *
paramName : string -> BucketNotFoundException
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