Class PlatformException

Class PlatformException

Der Name: Aspose.Html Sammlung: Aspose.HTML.dll (25.4.0)

Repräsentiert die Basisklasse für alle Ausnahmen, die während der Bewerbung auftreten können.

[ComVisible(true)]
public class PlatformException : Exception, ISerializable

Inheritance

object Exception PlatformException

Derived

DOMException , SVGException

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

PlatformException()

Initialisiert eine neue Instanz der Aspose.Html.PlatformException Klasse.

public PlatformException()

PlatformException(String)

Initialisiert eine neue Instanz der Aspose.Html.PlatformException-Klasse mit einer angegebenen Fehlermeldung.

public PlatformException(string message)

Parameters

message string

Die Nachricht, die den Fehler beschreibt.

PlatformException(String, Ausnahme)

Initialisiert eine neue Instanz der Aspose.Html.PlatformException Klasse mit einer angegebenen Fehlermeldung und einer Bezugnahme auf die innere Ausnahme, die die Ursache für diese Ausnahme ist.

public PlatformException(string message, Exception innerException)

Parameters

message string

Die Fehlermeldung, die die Ursache für die Ausnahme erklärt.

innerException Exception

Die Ausnahme, die die Ursache für die gegenwärtige Ausnahme ist, oder eine Nullreferenz, wenn keine innere Ausnahme angegeben ist.

 Deutsch