Table of Contents

Constructor GridFSException

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

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.

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.