Compartilhar via


ImageDecoder.DecodeException.SourceException Campo

Definição

Cuidado

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

Uma exceção foi lançada lendo o 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 do campo

Value = 1
Atributos

Comentários

Uma exceção foi lançada lendo o Source.

Documentação Java para android.graphics.ImageDecoder.DecodeException.SOURCE_EXCEPTION.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a