Class PartitionedBuffer<T>.MaximumSizeException
Exception thrown when the buffer's internal indirection table reaches its maximum capacity.
public class PartitionedBuffer<T>.MaximumSizeException : Exception, ISerializable
- Inheritance
-
PartitionedBuffer<T>.MaximumSizeException
- Implements
- Inherited Members
Constructors
MaximumSizeException()
public MaximumSizeException()
MaximumSizeException(string)
public MaximumSizeException(string message)
Parameters
messagestring
MaximumSizeException(string, Exception)
public MaximumSizeException(string message, Exception inner)