_except Exception Report

Top  Previous  Next

 

Targets: All except BP7

 

The Exception Report currently consists of two sections:

 

 

 

Exception Call Tree (EXCP1)

This section is like the Reverse Call Tree Report, but it also describes how exceptions are handled.

Use this section to identify parts of your code that are not protected, and that will allow exceptions to bubble up to the highest level.

 

 

 

Raised exceptions (EXCP2)

This section produces a list of all raised exception types.

 

 

 

See also:

 

R_REF Reference Reports