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