AZ-204 Quiz

Application Insights

Question:

Where is the exception logged?

try { Save(); }
catch(Exception ex)
{
     var client = new EventSource();
     client.Write(ex.Message);
}


Report a problem
Exam revision: April 11, 2025