MongoDB.Driver.MongoQueryException.MongoQueryException C# (CSharp) Method

MongoQueryException() public method

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

Same methods

MongoQueryException::MongoQueryException ( string message ) : System
MongoQueryException::MongoQueryException ( string message, BsonDocument queryResult ) : System
MongoQueryException::MongoQueryException ( string message, Exception innerException ) : System
MongoQueryException