Click or drag to resize
MongoNodeIsRecoveringException Constructor (ConnectionId, BsonDocument)
Initializes a new instance of the MongoNodeIsRecoveringException class.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public MongoNodeIsRecoveringException(
	ConnectionId connectionId,
	BsonDocument result
)

Parameters

connectionId
Type: MongoDB.Driver.Core.ConnectionsConnectionId
The connection identifier.
result
Type: MongoDB.BsonBsonDocument
The result.
See Also