Share via


GIFDecoderFormatException Oluşturucular

Tanım

Aşırı Yüklemeler

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

GIFDecoderFormatException()

public GIFDecoderFormatException ();

Şunlara uygulanır

GIFDecoderFormatException(String)

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

Parametreler

message
System.String

Şunlara uygulanır

GIFDecoderFormatException(String, Exception)

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

Parametreler

message
System.String
innerException
System.Exception

Şunlara uygulanır