MongoConfigurationException Constructor (String) |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public MongoConfigurationException(
string message
)
Public Sub New (
message As String
)
new :
message : string -> MongoConfigurationException
Parameters
- message
- Type: SystemString
The error message.
See Also