Table of Contents

Class MongoConfigurationException

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents a MongoDB configuration exception.

[Serializable]
public class MongoConfigurationException : MongoClientException, ISerializable
Inheritance
MongoConfigurationException
Implements
Inherited Members

Constructors

MongoConfigurationException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoConfigurationException class.

protected MongoConfigurationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.

MongoConfigurationException(string)

Initializes a new instance of the MongoConfigurationException class.

public MongoConfigurationException(string message)

Parameters

message string

The error message.

MongoConfigurationException(string, Exception)

Initializes a new instance of the MongoConfigurationException class.

public MongoConfigurationException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.