Class MongoCursorNotFoundException
Represents a MongoDB cursor not found exception.
[Serializable]
public class MongoCursorNotFoundException : MongoQueryException, ISerializable
- Inheritance
-
MongoCursorNotFoundException
- Implements
- Inherited Members
Constructors
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.
Properties
CursorId
Gets the cursor identifier.
public long CursorId { get; }
Property Value
- long
The cursor identifier.
Methods
GetObjectData(SerializationInfo, StreamingContext)
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext