Sprache

AppFunctionException.ErrorCategoryUnknown Feld

Definition

Achtung

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

Die Fehlerkategorie ist unbekannt.

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

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Die Fehlerkategorie ist unbekannt.

Dies ist der Standardwert für #getErrorCategory.

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

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: