No matter how carefully you write your code, errors can and probably will occur. Incorrect syntax can result in a compile-time error. An unexpected action by the user can result in a run-time error. Whatever the cause, this toolkit will assist you in identifying and handling application errors . During compile-time, the toolkit notifies you of all declaration and syntax errors present in your code. During run-time however, you can use the following three tools to handle errors:
For a listing of compile-time errors that can occur in your application, see Compile-Time Errors.