言語

AppFunctionException.ErrorCategoryUnknown フィールド

定義

注意事項

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

エラー カテゴリは不明です。

[Android.Runtime.Register("ERROR_CATEGORY_UNKNOWN", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionErrorCategory enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionErrorCategory ErrorCategoryUnknown = 0;
[<Android.Runtime.Register("ERROR_CATEGORY_UNKNOWN", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionErrorCategory enum directly instead of this field.", true)>]
val mutable ErrorCategoryUnknown : Android.App.AppFunctions.AppFunctionErrorCategory

フィールド値

Value = 0

実装

属性

注釈

エラー カテゴリは不明です。

これは、 #getErrorCategoryの既定値です。

Javaドキュメント。

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

適用対象