ExceptionHandledAt 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.
This enumeration is used by ExceptionTelemetry to identify if and where exception was handled.
public enum class ExceptionHandledAt
public enum ExceptionHandledAt
type ExceptionHandledAt =
Public Enum ExceptionHandledAt
- Inheritance
-
ExceptionHandledAt
Fields
Name | Value | Description |
---|---|---|
Unhandled | 0 | Exception was not handled. Application crashed. |
UserCode | 1 | Exception was handled in user code. |
Platform | 2 | Exception was handled by some platform handlers. |