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

BsonInternalException() public method

Initializes a new instance of the BsonInternalException class (this overload used by deserialization).
public BsonInternalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo.
context System.Runtime.Serialization.StreamingContext The StreamingContext.
return System
        public BsonInternalException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
    }

Same methods

BsonInternalException::BsonInternalException ( ) : System
BsonInternalException::BsonInternalException ( string message ) : System
BsonInternalException::BsonInternalException ( string message, Exception innerException ) : System
BsonInternalException