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