ExceptionHandledAt Enum

Definition

Caution

Use custom properties to report exception handling layer

This enumeration is used by ExceptionTelemetry to identify if and where exception was handled.

[System.Obsolete("Use custom properties to report exception handling layer")]
public enum ExceptionHandledAt
[<System.Obsolete("Use custom properties to report exception handling layer")>]
type ExceptionHandledAt = 
Public Enum ExceptionHandledAt
Inheritance
ExceptionHandledAt
Attributes

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