IFiberSelectClient.error_

Error reporting method, called when either an Exception is caught from handle() or an error event is reported; kills the fiber.

class IFiberSelectClient
protected override
void
error_
(
Exception e
,
Event event
)

Parameters

e Exception

Exception thrown by handle()

event Event

Selector event while exception was caught

Meta