Skip to content

Class BufferRemainingDataException

Namespace: Void.Minecraft.Buffers.Exceptions
Assembly: Void.Minecraft.dll

public class BufferRemainingDataException : Exception, ISerializable

Inheritance

objectExceptionBufferRemainingDataException

Implements

ISerializable

Inherited Members

Exception.GetBaseException(), Exception.GetType(), Exception.ToString(), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, Exception.SerializeObjectState, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

BufferRemainingDataException(long, long)

public BufferRemainingDataException(long bufferSize, long bufferPosition)

Parameters

bufferSize long

bufferPosition long

Properties

BufferPosition

public long BufferPosition { get; }

Property Value

long

BufferSize

public long BufferSize { get; }

Property Value

long

RemainingData

public long RemainingData { get; }

Property Value

long