AppFunctionException.ErrorEnterprisePolicyDisallowed フィールド

定義

注意事項

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

この操作は、エンタープライズ ポリシーによって許可されませんでした。

[Android.Runtime.Register("ERROR_ENTERPRISE_POLICY_DISALLOWED", 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 ErrorEnterprisePolicyDisallowed = 2002;
[<Android.Runtime.Register("ERROR_ENTERPRISE_POLICY_DISALLOWED", 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 ErrorEnterprisePolicyDisallowed : Android.App.AppFunctions.AppFunctionError

フィールド値

Value = 2002

実装

属性

注釈

この操作は、エンタープライズ ポリシーによって許可されませんでした。

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

Javaドキュメント。

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

適用対象