Compartir a través de


ImageDecoder.DecodeException.SourceException Campo

Definición

Precaución

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

Se produjo una excepción leyendo .Source

[Android.Runtime.Register("SOURCE_EXCEPTION", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageDecoderErrorType enum directly instead of this field.", true)]
public const Android.Graphics.ImageDecoderErrorType SourceException = 1;
[<Android.Runtime.Register("SOURCE_EXCEPTION", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageDecoderErrorType enum directly instead of this field.", true)>]
val mutable SourceException : Android.Graphics.ImageDecoderErrorType

Valor de campo

Value = 1
Atributos

Comentarios

Se produjo una excepción leyendo .Source

Documentación de Java para android.graphics.ImageDecoder.DecodeException.SOURCE_EXCEPTION.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a