言語

AppFunctionException.ErrorInvalidArgument フィールド

定義

注意事項

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

呼び出し元が実行要求に無効な引数を指定しました。

[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

フィールド値

Value = 1001

実装

属性

注釈

呼び出し元が実行要求に無効な引数を指定しました。

このエラーは、 IllegalArgumentExceptionと同様と見なされる場合があります。

このエラーは、 #ERROR_CATEGORY_REQUEST_ERROR カテゴリにあります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象