Table of Contents

Class GridFSMD5Exception

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

Represents a GridFSMD5 exception.

[Serializable]
public class GridFSMD5Exception : GridFSException, ISerializable
Inheritance
GridFSMD5Exception
Implements
Inherited Members

Constructors

GridFSMD5Exception(BsonValue)

Initializes a new instance of the GridFSMD5Exception class.

public GridFSMD5Exception(BsonValue id)

Parameters

id BsonValue

The file id.

GridFSMD5Exception(SerializationInfo, StreamingContext)

Initializes a new instance of the GridFSMD5Exception class.

public GridFSMD5Exception(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.