言語

AppFunctionException.ErrorCancelled フィールド

定義

注意事項

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

作戦は中止された。

[Android.Runtime.Register("ERROR_CANCELLED", 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 ErrorCancelled = 2001;
[<Android.Runtime.Register("ERROR_CANCELLED", 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 ErrorCancelled : Android.App.AppFunctions.AppFunctionError

フィールド値

Value = 2001

実装

属性

注釈

作戦は中止された。 このエラー コードを使用して、キャンセルシグナルを受信した後にキャンセルが行われることを報告します。

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

Javaドキュメント。

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

適用対象