Table of Contents

Class GridFSException

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

Represents a GridFS exception.

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

Constructors

GridFSException(SerializationInfo, StreamingContext)

Initializes a new instance of the GridFSException class.

public GridFSException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.

GridFSException(string)

Initializes a new instance of the GridFSException class.

public GridFSException(string message)

Parameters

message string

The error message.

GridFSException(string, Exception)

Initializes a new instance of the GridFSException class.

public GridFSException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.