Class MongoIncompatibleDriverException
Represents a MongoDB incompatible driver exception.
[Serializable]
public class MongoIncompatibleDriverException : MongoClientException, ISerializable- Inheritance
- 
      
      
      
      
      MongoIncompatibleDriverException
- Implements
- Inherited Members
Constructors
MongoIncompatibleDriverException(ClusterDescription)
Initializes a new instance of the MongoIncompatibleDriverException class.
public MongoIncompatibleDriverException(ClusterDescription clusterDescription)Parameters
- clusterDescriptionClusterDescription
- The cluster description. 
MongoIncompatibleDriverException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoIncompatibleDriverException class.
protected MongoIncompatibleDriverException(SerializationInfo info, StreamingContext context)Parameters
- infoSerializationInfo
- The SerializationInfo. 
- contextStreamingContext
- The StreamingContext.