Table of Contents

Constructor BsonInternalException

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

BsonInternalException()

Initializes a new instance of the BsonInternalException class.

public BsonInternalException()

BsonInternalException(string)

Initializes a new instance of the BsonInternalException class.

public BsonInternalException(string message)

Parameters

message string

The error message.

BsonInternalException(string, Exception)

Initializes a new instance of the BsonInternalException class.

public BsonInternalException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.

BsonInternalException(SerializationInfo, StreamingContext)

Initializes a new instance of the BsonInternalException class (this overload used by deserialization).

public BsonInternalException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.