Click or drag to resize

GridFSChunkException Constructor (BsonValue, Int64, String)

Initializes a new instance of the GridFSChunkException class.

Namespace:  MongoDB.Driver.GridFS
Assembly:  MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public GridFSChunkException(
	BsonValue id,
	long n,
	string reason
)

Parameters

id
Type: MongoDB.Bson.BsonValue
The file id.
n
Type: System.Int64
The chunk number.
reason
Type: System.String
The reason.
See Also