GIFDecoderFormatException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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