Freigeben über


ExceptionHandledAt Enumeration

Definition

Achtung

Use custom properties to report exception handling layer

Diese Enumeration wird von ExceptionTelemetry verwendet, um zu ermitteln, ob und wo die Ausnahme behandelt wurde.

[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
Vererbung
ExceptionHandledAt
Attribute

Felder

Platform 2

Die Ausnahme wurde von einigen Plattformhandlern behandelt.

Unhandled 0

Ausnahme wurde nicht behandelt. Die Anwendung ist abgestürzt.

UserCode 1

Ausnahme wurde im Benutzercode behandelt.

Gilt für: