Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic ServerUnavailableException(
string message,
Exception innerException
)
public ServerUnavailableException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ServerUnavailableException(
String^ message,
Exception^ innerException
)
public:
ServerUnavailableException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ServerUnavailableException
new :
message : string *
innerException : Exception -> ServerUnavailableException
Parameters
- message
- Type: System.String
[Missing <param name="message"/> documentation for "M:Couchbase.ServerUnavailableException.#ctor(System.String,System.Exception)"]
- innerException
- Type: System.Exception
[Missing <param name="innerException"/> documentation for "M:Couchbase.ServerUnavailableException.#ctor(System.String,System.Exception)"]
See Also