Sprache

AppFunctionException.ErrorSystemError Feld

Definition

Achtung

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

Interner unerwarteter Fehler, der vom System stammt.

[Android.Runtime.Register("ERROR_SYSTEM_ERROR", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionError ErrorSystemError = 2000;
[<Android.Runtime.Register("ERROR_SYSTEM_ERROR", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)>]
val mutable ErrorSystemError : Android.App.AppFunctions.AppFunctionError

Feldwert

Value = 2000

Implementiert

Attribute

Hinweise

Interner unerwarteter Fehler, der vom System stammt.

Dieser Fehler befindet sich in der #ERROR_CATEGORY_SYSTEM Kategorie.

Java Dokumentation für android.app.appfunctions.AppFunctionException.ERROR_SYSTEM_ERROR.

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: