- .NET Framework
- System Center Operations Manager 2007
- System Center Operations Manager 2012
- System Center Operations Manager 2012 R2
This counter displays the total number of exceptions thrown since the start of the application. These include both .NET exceptions and unmanaged exceptions that get converted into .NET exceptions e.g. null pointer reference exception in unmanaged code would get re-thrown in managed code as a .NET System.NullReferenceException; this counter includes both handled and unhandled exceptions. Exceptions that are re-thrown would get counted again. Exceptions should only occur in rare situations and not in the normal control flow of the program.
This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to ...
This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to ...
This counter displays the total number of AppDomains unloaded since the start of the application. If an AppDomain is loaded ...
This counter displays the total number of Assemblies loaded since the start of this application. If the Assembly is loaded ...
This counter displays the total number of exceptions thrown since the start of the application. These include both .NET exceptions ...
This counter displays the total number of linktime Code Access Security (CAS) checks since the start of the application. ...
This counter displays the total number of methods compiled Just-In-Time (JIT) by the CLR JIT compiler since the start of ...
This counter displays the total number of remote procedure calls invoked since the start of this application. A remote procedure ...
This counter displays the total number of remoting channels registered across all AppDomains since the start of the application. ...