Class JpegLoadException

Class JpegLoadException

Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)

Stellt die Ausnahme beim Laden eines JPEG-Bildes dar.

public class JpegLoadException : JpegException, ISerializable

Vererbung

objectExceptionImageExceptionJpegExceptionJpegLoadException

Implementiert

ISerializable

Vererbte Mitglieder

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktoren

JpegLoadException(string)

Initialisiert eine neue Instanz der Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException-Klasse.

public JpegLoadException(string message)

Parameter

message string

Die Ausnahme-Nachricht.

JpegLoadException(string, Exception)

Initialisiert eine neue Instanz der Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException-Klasse.

public JpegLoadException(string message, Exception innerException)

Parameter

message string

Die Nachricht.

innerException Exception

Die innere Ausnahme.

JpegLoadException(string, ErrorReason)

Initialisiert eine neue Instanz der Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException-Klasse.

public JpegLoadException(string message, JpegLoadException.ErrorReason reason)

Parameter

message string

Die Ausnahme-Nachricht.

reason JpegLoadException.ErrorReason

Der Grund für den Fehler.

JpegLoadException(string, Exception, ErrorReason)

Initialisiert eine neue Instanz der Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException-Klasse.

public JpegLoadException(string message, Exception innerException, JpegLoadException.ErrorReason reason)

Parameter

message string

Die Ausnahme-Nachricht.

innerException Exception

Die innere Ausnahme.

reason JpegLoadException.ErrorReason

Der Grund für den Fehler.

Eigenschaften

Reason

Erhält oder setzt den Grund für den Fehler.

public JpegLoadException.ErrorReason Reason { get; set; }

Eigenschaftswert

JpegLoadException.ErrorReason

 Deutsch