Partager via


GIFDecoderFormatException Constructeurs

Définition

Surcharges

GIFDecoderFormatException()

public GIFDecoderFormatException();

S’applique à

GIFDecoderFormatException(String)

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

Paramètres

message
System.String

S’applique à

GIFDecoderFormatException(String, Exception)

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

Paramètres

message
System.String
innerException
System.Exception

S’applique à