Working with Methods > Debugging Methods for Applications > Handling Run-Time Errors in Methods

Handling Run-Time Errors in Methods
When you run a method in an application, run-time errors can occur. Such errors might not be discovered during a syntax check or compilation. When such a run-time error occurs, an Error window appears and provides information about the type of error. Click Details to get additional information, including the name of the class and method, the line number, and a link to the method so that you can debug it in its editor window.