Constructor GridFSException
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
GridFSException(string)
public GridFSException(string message)
Parameters
message
string
The error message.
GridFSException(string, Exception)
public GridFSException(string message, Exception innerException)
Parameters
message
string
The error message.
innerException
Exception
The inner exception.
GridFSException(SerializationInfo, StreamingContext)
public GridFSException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
The SerializationInfo.
context
StreamingContext
The StreamingContext.