Constructor MongoCursorNotFoundException
MongoCursorNotFoundException(ConnectionId, long, BsonDocument)
Initializes a new instance of the MongoCursorNotFoundException class.
public MongoCursorNotFoundException(ConnectionId connectionId, long cursorId, BsonDocument query)
Parameters
connectionId
ConnectionIdThe connection identifier.
cursorId
longThe cursor identifier.
query
BsonDocumentThe query.
MongoCursorNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoCursorNotFoundException class.
protected MongoCursorNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe information.
context
StreamingContextThe context.