Constructor MongoCursorNotFoundException
MongoCursorNotFoundException(ConnectionId, long, BsonDocument)
Initializes a new instance of the MongoCursorNotFoundException class.
public MongoCursorNotFoundException(ConnectionId connectionId, long cursorId, BsonDocument query)
Parameters
connectionIdConnectionIdThe connection identifier.
cursorIdlongThe cursor identifier.
queryBsonDocumentThe query.
MongoCursorNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoCursorNotFoundException class.
protected MongoCursorNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe information.
contextStreamingContextThe context.