Compartir a través de


GIFDecoderFormatException Constructores

Definición

Sobrecargas

GIFDecoderFormatException()

public GIFDecoderFormatException();

Se aplica a

GIFDecoderFormatException(String)

public GIFDecoderFormatException(string message);
new Xamarin.Forms.Internals.GIFDecoderFormatException : string -> Xamarin.Forms.Internals.GIFDecoderFormatException

Parámetros

message
System.String

Se aplica a

GIFDecoderFormatException(String, Exception)

public GIFDecoderFormatException(string message, Exception innerException);
new Xamarin.Forms.Internals.GIFDecoderFormatException : string * Exception -> Xamarin.Forms.Internals.GIFDecoderFormatException

Parámetros

message
System.String
innerException
System.Exception

Se aplica a