AppFunctionException.ErrorFunctionNotFound Campo

Definição

Cuidado

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

O chamador tentou executar uma função que não existe.

[Android.Runtime.Register("ERROR_FUNCTION_NOT_FOUND", 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 ErrorFunctionNotFound = 1003;
[<Android.Runtime.Register("ERROR_FUNCTION_NOT_FOUND", 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 ErrorFunctionNotFound : Android.App.AppFunctions.AppFunctionError

Valor do campo

Value = 1003

Implementações

Atributos

Comentários

O chamador tentou executar uma função que não existe.

Esse erro está na #ERROR_CATEGORY_REQUEST_ERROR categoria.

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

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