Sprache

AppFunctionException.ErrorInvalidArgument Feld

Definition

Achtung

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

Der Aufrufer hat ungültige Argumente für die Ausführungsanforderung bereitgestellt.

[Android.Runtime.Register("ERROR_INVALID_ARGUMENT", 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 ErrorInvalidArgument = 1001;
[<Android.Runtime.Register("ERROR_INVALID_ARGUMENT", 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 ErrorInvalidArgument : Android.App.AppFunctions.AppFunctionError

Feldwert

Value = 1001

Implementiert

Attribute

Hinweise

Der Aufrufer hat ungültige Argumente für die Ausführungsanforderung bereitgestellt.

Dieser Fehler kann ähnlich wie IllegalArgumentException.

Dieser Fehler befindet sich in der #ERROR_CATEGORY_REQUEST_ERROR Kategorie.

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

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: