Define certain signals to cause exceptions
Source position: exec.pas line 1918
function SetExcept( |
newSignals: Cardinal; |
signalSet: Cardinal |
):Cardinal; |
newSignals |
|
Set of signals causing the exception. |
signalSet |
|
the set of signals to be effected |
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.