Click or drag to resize
MongoCursorNotFoundException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the MongoCursorNotFoundException class.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
protected MongoCursorNotFoundException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The information.
context
Type: System.Runtime.SerializationStreamingContext
The context.
See Also