Table of Contents

Constructor MongoConfigurationException

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

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.

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.