Class GridFSFileNotFoundException
Represents a GridFSFileNotFound exception.
[Serializable]
public class GridFSFileNotFoundException : GridFSException, ISerializable
- Inheritance
-
GridFSFileNotFoundException
- Implements
- Inherited Members
Constructors
GridFSFileNotFoundException(BsonValue)
Initializes a new instance of the GridFSFileNotFoundException class.
public GridFSFileNotFoundException(BsonValue id)
Parameters
id
BsonValueThe file id.
GridFSFileNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the GridFSFileNotFoundException class.
public GridFSFileNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.
GridFSFileNotFoundException(string, int)
Initializes a new instance of the GridFSFileNotFoundException class.
public GridFSFileNotFoundException(string filename, int revision)