ApplicationExitInfoReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ApplicationExitInfoReason
type ApplicationExitInfoReason =
- Inheritance
-
ApplicationExitInfoReason
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
ExitSelf | 1 | |
Signaled | 2 | |
LowMemory | 3 | |
Crash | 4 | |
CrashNative | 5 | |
Anr | 6 | |
InitializationFailure | 7 | |
PermissionChange | 8 | |
ExcessiveResourceUsage | 9 | |
Other | 10 | |
UserRequested | 10 | |
UserStopped | 11 | |
DependencyDied | 12 | |
Freezer | 14 | |
PackageStateChange | 15 | |
PackageUpdated | 16 |