Click or drag to resize

GridFSFileNotFoundException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the GridFSFileNotFoundException class.

Namespace:  MongoDB.Driver.GridFS
Assembly:  MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public GridFSFileNotFoundException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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