Class BufferRemainingDataException
Namespace: Void.Minecraft.Buffers.Exceptions
Assembly: Void.Minecraft.dll
public class BufferRemainingDataException : Exception, ISerializableInheritance
object ← Exception ← BufferRemainingDataException
Implements
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
BufferSize
public long BufferSize { get; }Property Value
RemainingData
public long RemainingData { get; }