MongoDB.Bson.BsonInternalException.BsonInternalException C# (CSharp) Méthode

BsonInternalException() public méthode

Initializes a new instance of the BsonInternalException class.
public BsonInternalException ( ) : System
Résultat 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