Table of Contents

Constructor GridFSChunkException

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

GridFSChunkException(BsonValue, long, string)

Initializes a new instance of the GridFSChunkException class.

public GridFSChunkException(BsonValue id, long n, string reason)

Parameters

id BsonValue

The file id.

n long

The chunk number.

reason string

The reason.

GridFSChunkException(SerializationInfo, StreamingContext)

Initializes a new instance of the GridFSChunkException class.

public GridFSChunkException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.