Sdílet prostřednictvím


ExceptionHandledAt Enum

Definition

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

Platform 2

Exception was handled by some platform handlers.

Unhandled 0

Exception was not handled. Application crashed.

UserCode 1

Exception was handled in user code.

Applies to