MongoDB.Bson.BsonInternalException.BsonInternalException C# (CSharp) 메소드

BsonInternalException() 공개 메소드

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