This topic shows you how to view the exception diagnotics of an application.
Prerequisites
Go to the Exceptions Diagnosis page
Number of exceptions
In the Exceptions section, you can view the trend of the number of times the exception has been thrown during the specified time range.
- Move the cursor over the statistics chart to view the statistics.
- Select a period of time to view the statistics for the specified period.
List of APIs that throw the exception
This list displays the information about the APIs that throw the exception, including the API name, the exception summary, the number of times that the exception has been thrown, and the proportion of the exception within each API.
- In the Exception Name column, click the name of the exception to view the exception details.
- On the Error Information tab of the Exception Details panel, you can view the information about the exception stack.
- On the Related Trace tab of the Exception Details panel, you can view the information about the exceptions that were captured within
the selected API.
You can click a trace ID in the TraceId column to view the trace of the exception.
For more information about how to analyze traces, see Analyze traces.
- In the Interface column, click the name of an API to view the information about API calls.
For more information about API calls, see API monitoring.
- Move the cursor over the statistics chart to view the statistics.
- Select a period of time to view the statistics for the specified period.