GIFDecoderFormatException Constructors

Definition

Overloads

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

GIFDecoderFormatException()

public GIFDecoderFormatException ();

Applies to

GIFDecoderFormatException(String)

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

Parameters

message
System.String

Applies to

GIFDecoderFormatException(String, Exception)

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

Parameters

message
System.String
innerException
System.Exception

Applies to