TelephonyManager.CallComposerException.ErrorIoException Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Telephony.CallComposerErrorCode enum directly instead of this field.

Indica que se encontró un IOException objeto al leer la imagen.

[Android.Runtime.Register("ERROR_IO_EXCEPTION", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallComposerErrorCode enum directly instead of this field.", true)]
public const Android.Telephony.CallComposerErrorCode ErrorIoException = 5;
[<Android.Runtime.Register("ERROR_IO_EXCEPTION", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallComposerErrorCode enum directly instead of this field.", true)>]
val mutable ErrorIoException : Android.Telephony.CallComposerErrorCode

Valor de campo

Value = 5
Atributos

Comentarios

Indica que se encontró un IOException objeto al leer la imagen.

La ofensa IOException estará disponible a través de #getIOException(). Los clientes deben usar el contenido de la excepción para determinar si se garantiza un reintento.

Java documentación para android.telephony.TelephonyManager.CallComposerException.ERROR_IO_EXCEPTION.

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