Click or drag to resize
MongoGridFSException Constructor (ConnectionId, String)
Initializes a new instance of the MongoGridFSException class.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
public MongoGridFSException(
	ConnectionId connectionId,
	string message
)

Parameters

connectionId
Type: MongoDB.Driver.Core.ConnectionsConnectionId
The connection identifier.
message
Type: SystemString
The error message.
See Also