Table of Contents

Class PartitionedBuffer<T>.MaximumSizeException

Namespace
Jitter2.Unmanaged
Assembly
Jitter2.dll

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

message string

MaximumSizeException(string, Exception)

public MaximumSizeException(string message, Exception inner)

Parameters

message string
inner Exception