ConfigException Constructor (String, Object) |
Namespace: Couchbase.ConfigurationAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ConfigException(
string format,
params Object[] args
)
Public Sub New (
format As String,
ParamArray args As Object()
)
public:
ConfigException(
String^ format,
... array<Object^>^ args
)
new :
format : string *
args : Object[] -> ConfigException
Parameters
- format
- Type: SystemString
[Missing <param name="format"/> documentation for "M:Couchbase.Configuration.ConfigException.#ctor(System.String,System.Object[])"]
- args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:Couchbase.Configuration.ConfigException.#ctor(System.String,System.Object[])"]
See Also