Share via


GIFDecoderFormatException Konstruktory

Definice

Přetížení

GIFDecoderFormatException()
GIFDecoderFormatException(String)
GIFDecoderFormatException(String, Exception)

GIFDecoderFormatException()

public GIFDecoderFormatException ();

Platí pro

GIFDecoderFormatException(String)

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

Parametry

message
System.String

Platí pro

GIFDecoderFormatException(String, Exception)

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

Parametry

message
System.String
innerException
System.Exception

Platí pro