JpegLoadException

JpegLoadException class

Stellt die Ausnahme beim Laden von JPEG-Bildern dar.

public class JpegLoadException : JpegException

Konstrukteure

NameBeschreibung
JpegLoadException(string)Initialisiert eine neue Instanz vonJpegLoadException Klasse.
JpegLoadException(string, ErrorReason)Initialisiert eine neue Instanz vonJpegLoadException Klasse.
JpegLoadException(string, Exception)Initialisiert eine neue Instanz vonJpegLoadException Klasse.
JpegLoadException(string, Exception, ErrorReason)Initialisiert eine neue Instanz vonJpegLoadException Klasse.

Eigenschaften

NameBeschreibung
Reason { get; set; }Ruft die Fehlerursache ab oder legt sie fest.

Siehe auch