AZ-204 Quiz

Application Insights

Question:

Where is the exception logged?

try { Save(); }
catch(Exception ex)
{
     Trace.Error(ex.Message);
}


Report a problem
Exam revision: April 11, 2025