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