Class JpegLoadException

Class JpegLoadException

Der Name: Aspose.Imaging.CoreExceptions.ImageFormats Versammlung: Aspose.Imaging.dll (25.4.0)

Es handelt sich um die JPEG Image Loading Exception.

public class JpegLoadException : JpegException, ISerializable

Inheritance

object Exception ImageException JpegException JpegLoadException

Implements

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()

Constructors

JpegLoadException(String)

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

public JpegLoadException(string message)

Parameters

message string

Die Ausnahme Botschaft.

JpegLoadException(String, Ausnahme)

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

public JpegLoadException(string message, Exception innerException)

Parameters

message string

Die Botschaft.

innerException Exception

Die innere Ausnahme.

JpegLoadException(String und ErrorReason)

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

public JpegLoadException(string message, JpegLoadException.ErrorReason reason)

Parameters

message string

Die Ausnahme Botschaft.

reason JpegLoadException . ErrorReason

Der Grund für den Fehler.

JpegLoadException(String, Ausnahme, ErrorReason)

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

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

Parameters

message string

Die Ausnahme Botschaft.

innerException Exception

Die innere Ausnahme.

reason JpegLoadException . ErrorReason

Der Grund für den Fehler.

Properties

Reason

Gibt oder legt die Ursache für den Fehler fest.

public JpegLoadException.ErrorReason Reason { get; set; }

Eigentumswert

JpegLoadException . ErrorReason

 Deutsch