IConnectionHandler.ErrorDg

Alias for an error delegate, which can be specified externally and is called when a connection error occurs.

class IConnectionHandler
alias ErrorDg = void delegate(Exception exception, Event event, IConnectionHandlerInfo)

Meta