Define certain signals to cause exceptions
Source position: exec.pas line 1798
function SetExcept( |
NewSignals: LongWord; |
SignalMask: LongWord |
):LongWord; |
NewSignals |
|
Set of signals causing the exception. |
The prior exception signals
This function defines which of the task's signals will cause a private task exception. When any of the signals occurs the task's exception handler will be dispatched. If the signal occurred prior to calling SetExcept, the exception will happen immediately.