Class MongoNotPrimaryException
Represents a MongoDB not primary exception.
[Serializable]
public class MongoNotPrimaryException : MongoCommandException, ISerializable
- Inheritance
-
MongoNotPrimaryException
- Implements
- Inherited Members
Constructors
MongoNotPrimaryException(ConnectionId, BsonDocument, BsonDocument)
Initializes a new instance of the MongoNotPrimaryException class.
public MongoNotPrimaryException(ConnectionId connectionId, BsonDocument command, BsonDocument result)
Parameters
connectionId
ConnectionIdThe connection identifier.
command
BsonDocumentThe command.
result
BsonDocumentThe result.
MongoNotPrimaryException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoNotPrimaryException class.
protected MongoNotPrimaryException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.