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
infoSerializationInfoThe SerializationInfo.
contextStreamingContextThe StreamingContext.
GridFSException(string)
Initializes a new instance of the GridFSException class.
public GridFSException(string message)
Parameters
messagestringThe error message.
GridFSException(string, Exception)
Initializes a new instance of the GridFSException class.
public GridFSException(string message, Exception innerException)