GIFDecoderFormatException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| GIFDecoderFormatException() | |
| GIFDecoderFormatException(String) | |
| GIFDecoderFormatException(String, Exception) |
GIFDecoderFormatException()
public GIFDecoderFormatException();
Gilt für:
GIFDecoderFormatException(String)
public GIFDecoderFormatException(string message);
new Xamarin.Forms.Internals.GIFDecoderFormatException : string -> Xamarin.Forms.Internals.GIFDecoderFormatException
Parameter
- message
- System.String
Gilt für:
GIFDecoderFormatException(String, Exception)
public GIFDecoderFormatException(string message, Exception innerException);
new Xamarin.Forms.Internals.GIFDecoderFormatException : string * Exception -> Xamarin.Forms.Internals.GIFDecoderFormatException
Parameter
- message
- System.String
- innerException
- System.Exception