Table of Contents

Constructor GridFSFileNotFoundException

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.GridFS.dll

GridFSFileNotFoundException(BsonValue)

Initializes a new instance of the GridFSFileNotFoundException class.

public GridFSFileNotFoundException(BsonValue id)

Parameters

id BsonValue

The file id.

GridFSFileNotFoundException(string, int)

Initializes a new instance of the GridFSFileNotFoundException class.

public GridFSFileNotFoundException(string filename, int revision)

Parameters

filename string

The filename.

revision int

The revision.

GridFSFileNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the GridFSFileNotFoundException class.

public GridFSFileNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.