AppFunctionException.ErrorCategoryApp 欄位

定義

警告

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_APP", 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 ErrorCategoryApp = 3;
[<Android.Runtime.Register("ERROR_CATEGORY_APP", 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 ErrorCategoryApp : Android.App.AppFunctions.AppFunctionErrorCategory

欄位值

Value = 3

實作

屬性

備註

錯誤是因為應用程式提供的功能。

例如,當系統執行請求時,應用程式當機。

該類別的誤差範圍介於3000至3999之間。

Java 文件 android.app.appfunctions.AppFunctionException.ERROR_CATEGORY_APP

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於