AppFunctionException.ErrorDisabled フィールド

定義

注意事項

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

呼び出し元が無効なアプリ関数を実行しようとしました。

[Android.Runtime.Register("ERROR_DISABLED", 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 ErrorDisabled = 1002;
[<Android.Runtime.Register("ERROR_DISABLED", 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 ErrorDisabled : Android.App.AppFunctions.AppFunctionError

フィールド値

Value = 1002

実装

属性

注釈

呼び出し元が無効なアプリ関数を実行しようとしました。

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

Javaドキュメント。

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

適用対象