InterruptedSystemCallException

InterruptedSystemCallException is thrown when a system call is interrupted by a signal and the selector was not set to restart it automatically.

class InterruptedSystemCallException : SelectorException {}

Constructors

this
this(string file, size_t line)

Construct a selector exception with the provided text string

Meta