AppFunctionException.ErrorSystemError Campo

Definição

Cuidado

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

Um erro inesperado interno proveniente do sistema.

[Android.Runtime.Register("ERROR_SYSTEM_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 ErrorSystemError = 2000;
[<Android.Runtime.Register("ERROR_SYSTEM_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 ErrorSystemError : Android.App.AppFunctions.AppFunctionError

Valor do campo

Value = 2000

Implementações

Atributos

Comentários

Um erro inesperado interno proveniente do sistema.

Esse erro está na #ERROR_CATEGORY_SYSTEM categoria.

Java documentação para android.app.appfunctions.AppFunctionException.ERROR_SYSTEM_ERROR.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a