다음을 통해 공유


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

적용 대상