IAdvancedSelectClient.error_

Error reporting method, called when an Exception is caught from super.handle().

class IAdvancedSelectClient
protected override
void
error_
(
Exception exception
,
Event event
)

Parameters

exception Exception

Exception thrown by handle()

event Event

Selector event while exception was caught

Meta