Lenguaje

MigrationException.ErrorInvocationFailed Campo

Definición

Precaución

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

Error en la solicitud de migración debido a un error de invocación.

[Android.Runtime.Register("ERROR_INVOCATION_FAILED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.PrivateCompute.MigrationError enum directly instead of this field.", true)]
public const Android.App.PrivateCompute.MigrationError ErrorInvocationFailed = 1;
[<Android.Runtime.Register("ERROR_INVOCATION_FAILED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.PrivateCompute.MigrationError enum directly instead of this field.", true)>]
val mutable ErrorInvocationFailed : Android.App.PrivateCompute.MigrationError

Valor de campo

Value = 1
Atributos

Comentarios

Error en la solicitud de migración debido a un error de invocación.

Referencia de Android para android.app.privatecompute.MigrationException.ERROR_INVOCATION_FAILED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a