Class FrameworkException

Class FrameworkException

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

Die Imaging-Framework-Ausnahme. Diese Klasse ist eine Kernklasse für alle Aspose.Imaging-Ausnahmen.
Eingeführt, um zwischen den Ausnahmen zu unterscheiden, die vom Aspose.Imaging-Engine ausgelöst werden, und allen anderen Ausnahmetypen.

public class FrameworkException : Exception, ISerializable

Vererbung

objectExceptionFrameworkException

Abgeleitet

CompressorException, OperationInterruptedException, StreamReadException, XmpException

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

FrameworkException(string)

Initialisiert eine neue Instanz der Aspose.Imaging.CoreExceptions.FrameworkException-Klasse.

public FrameworkException(string message)

Parameter

message string

Die Nachricht.

FrameworkException(string, Exception)

Initialisiert eine neue Instanz der Aspose.Imaging.CoreExceptions.FrameworkException-Klasse.

public FrameworkException(string message, Exception innerException)

Parameter

message string

Die Nachricht.

innerException Exception

Die innere Ausnahme.

 Deutsch