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.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
protected MongoCursorNotFoundException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo
The information.
context
Type: System.Runtime.Serialization.StreamingContext
The context.
See Also