C# Class Helios.Buffers.IllegalReferenceCountException

Exception thrown during instances where a reference count is used incorrectly
Inheritance: HeliosException
Datei anzeigen Open project: helios-io/helios

Public Methods

Method Description
IllegalReferenceCountException ( int count )
IllegalReferenceCountException ( int count, int increment )

Method Details

IllegalReferenceCountException() public method

public IllegalReferenceCountException ( int count )
count int

IllegalReferenceCountException() public method

public IllegalReferenceCountException ( int count, int increment )
count int
increment int