Condividi tramite


ImageDecoder.DecodeException.SourceException Campo

Definizione

Attenzione

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

È stata generata un'eccezione durante la lettura di 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

Valore del campo

Value = 1
Attributi

Commenti

È stata generata un'eccezione durante la lettura di Source.

Documentazione java per android.graphics.ImageDecoder.DecodeException.SOURCE_EXCEPTION.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a