Table of Contents

Class CircularBufferIndexOutOfRangeException

Namespace
Moongate.Network.Exceptions.Buffers
Assembly
Moongate.Network.dll

Exception thrown when an index is outside the valid circular buffer bounds.

public sealed class CircularBufferIndexOutOfRangeException : ArgumentOutOfRangeException, ISerializable
Inheritance
CircularBufferIndexOutOfRangeException
Implements
Inherited Members

Constructors

CircularBufferIndexOutOfRangeException(string, int, int)

Exception thrown when an index is outside the valid circular buffer bounds.

public CircularBufferIndexOutOfRangeException(string paramName, int index, int size)

Parameters

paramName string
index int
size int