Table of Contents

Class BsonInternalException

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Represents a BSON internal exception (almost surely the result of a bug).

[Serializable]
public class BsonInternalException : BsonException, ISerializable
Inheritance
BsonInternalException
Implements
Inherited Members
Extension Methods

Constructors

BsonInternalException()

Initializes a new instance of the BsonInternalException class.

BsonInternalException(SerializationInfo, StreamingContext)

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

BsonInternalException(string)

Initializes a new instance of the BsonInternalException class.

BsonInternalException(string, Exception)

Initializes a new instance of the BsonInternalException class.