Class GridFSException
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
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.
GridFSException(string)
Initializes a new instance of the GridFSException class.
public GridFSException(string message)
Parameters
message
stringThe error message.
GridFSException(string, Exception)
Initializes a new instance of the GridFSException class.
public GridFSException(string message, Exception innerException)