-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
VO has an ErrorExec function that call the currently installed error function and error block. In fact, it is a wrapper for the following expression:
Eval( ErrorBlock(), oError )
Is it possible to add this function (ErrorExec) to X#?
P.S. We are using a modified error message box using X#'s built-in XSharp.ErrorDialog class. Therefore, the ErrorDialog function is not suitable for us.