言語

AppFunctionException.ErrorAppUnknownError フィールド

定義

注意事項

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

AppFunctionService での呼び出しの処理中に不明なエラーが発生しました。

[Android.Runtime.Register("ERROR_APP_UNKNOWN_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 ErrorAppUnknownError = 3000;
[<Android.Runtime.Register("ERROR_APP_UNKNOWN_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 ErrorAppUnknownError : Android.App.AppFunctions.AppFunctionError

フィールド値

Value = 3000

実装

属性

注釈

AppFunctionService での呼び出しの処理中に不明なエラーが発生しました。

このエラーは、サービスがリモート アプリケーションで接続されているが、バインドされたアプリケーションから予期しないエラーがスローされた場合にスローされます。

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

Javaドキュメント。

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

適用対象