次の方法で共有


GIFDecoderFormatException コンストラクター

定義

オーバーロード

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

GIFDecoderFormatException()

public GIFDecoderFormatException ();

適用対象

GIFDecoderFormatException(String)

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

パラメーター

message
System.String

適用対象

GIFDecoderFormatException(String, Exception)

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

パラメーター

message
System.String
innerException
System.Exception

適用対象