Class GridFSChunkException
Represents a GridFSChunk exception.
[Serializable]
public class GridFSChunkException : GridFSException, ISerializable
- Inheritance
-
GridFSChunkException
- Implements
- Inherited Members
Constructors
GridFSChunkException(BsonValue, long, string)
Initializes a new instance of the GridFSChunkException class.
public GridFSChunkException(BsonValue id, long n, string reason)
Parameters
GridFSChunkException(SerializationInfo, StreamingContext)
Initializes a new instance of the GridFSChunkException class.
public GridFSChunkException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.