exception events (n)~ Critical application and system errors. Applicat…
페이지 정보
본문
exception events (n)~ Critical application and system errors. Application Performance Monitoring (APM) defines critical errors as being those that lead to a monitored component’s failure. For ASP.NET- applications a critical exception results in the user seeing either the standard or a custom error page.- For web services critical exceptions- are those that ASP.NET serializes into valid SOAP- messages on the server- side and deserializes to SoapExceptions- on the ASP.NET client.