Constructor MongoGridFSException
MongoGridFSException(ConnectionId, string)
Initializes a new instance of the MongoGridFSException class.
public MongoGridFSException(ConnectionId connectionId, string message)
Parameters
connectionId
ConnectionIdThe connection identifier.
message
stringThe error message.
MongoGridFSException(ConnectionId, string, Exception)
Initializes a new instance of the MongoGridFSException class.
public MongoGridFSException(ConnectionId connectionId, string message, Exception innerException)
Parameters
connectionId
ConnectionIdThe connection identifier.
message
stringThe error message.
innerException
ExceptionThe inner exception.
MongoGridFSException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoGridFSException class (this overload supports deserialization).
public MongoGridFSException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.