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
idBsonValueThe file id.
GridFSFileNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the GridFSFileNotFoundException class.
public GridFSFileNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe SerializationInfo.
contextStreamingContextThe StreamingContext.
GridFSFileNotFoundException(string, int)
Initializes a new instance of the GridFSFileNotFoundException class.
public GridFSFileNotFoundException(string filename, int revision)