Constructor MongoConfigurationException
MongoConfigurationException(string)
Initializes a new instance of the MongoConfigurationException class.
public MongoConfigurationException(string message)
Parameters
messagestringThe error message.
MongoConfigurationException(string, Exception)
Initializes a new instance of the MongoConfigurationException class.
public MongoConfigurationException(string message, Exception innerException)
Parameters
MongoConfigurationException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoConfigurationException class.
protected MongoConfigurationException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe SerializationInfo.
contextStreamingContextThe StreamingContext.