Sprache

ApplicationExitInfo.ReasonCrash Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.

Der Anwendungsprozess ist aufgrund einer unbehandelten Ausnahme im Java Code gestorben.

[Android.Runtime.Register("REASON_CRASH", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)]
public const Android.App.ApplicationExitInfoReason ReasonCrash = 4;
[<Android.Runtime.Register("REASON_CRASH", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)>]
val mutable ReasonCrash : Android.App.ApplicationExitInfoReason

Feldwert

Value = 4

Implementiert

Attribute

Hinweise

Der Anwendungsprozess ist aufgrund einer unbehandelten Ausnahme im Java Code gestorben.

Android-Referenz für android.app.ApplicationExitInfo.REASON_CRASH.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: