MongoDB.Bson.BsonInternalException.BsonInternalException C# (CSharp) Method

BsonInternalException() public method

Initializes a new instance of the BsonInternalException class.
public BsonInternalException ( ) : System
return System
        public BsonInternalException()
            : base()
        {
        }

Same methods

BsonInternalException::BsonInternalException ( SerializationInfo info, StreamingContext context ) : System
BsonInternalException::BsonInternalException ( string message ) : System
BsonInternalException::BsonInternalException ( string message, Exception innerException ) : System
BsonInternalException