Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v2) • Throwing Continuable Errors Directly

$
0
0
 (This might be the shortest question I've asked.)
Is it possible to intentionally raise Continuable Errors in custom functions or methods?
I tried using throw, but as mentioned in the official documentation, it always terminates the thread.

The thread exits. Note that this does not necessarily occur for continuable errors, but throw is never continuable.


Of course, I am aware that there are alternatives like MsgBox,
but I would like to try calling the existing Error window directly, preferably one that is beautifully styled using RichEdit.
Is it possible?

Statistics: Posted by Seven0528 — 25 minutes ago



Viewing all articles
Browse latest Browse all 579

Trending Articles