ERunStatus Class Members
From MNG Profiler
MNG.Direct Documentation
ERunStatus Class Members
The following tables list the members exposed by ERunStatus.
Public Fields
| Name | Description | |
|---|---|---|
| Closed | When the application finished running and closed successfully. | |
| Closing | When the application is about to close and is unloading resources. | |
| FirstChanceException | When the application encountered a first chance exception. | |
| Running | When the application finished loading and is now running normally. | |
| Starting | When the application started and is loading resources. | |
| UnhandledException | When the application encountered an unhandled exception. |
See Also