Table of Contents

Constructor MongoInternalException

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

MongoInternalException(string)

Initializes a new instance of the MongoInternalException class.

public MongoInternalException(string message)

Parameters

message string

The error message.

MongoInternalException(string, Exception)

Initializes a new instance of the MongoInternalException class.

public MongoInternalException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.

MongoInternalException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoInternalException class.

public MongoInternalException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.