Class PlatformException

Class PlatformException

Namn på plats: Aspose.Html Sammanfattning: Aspose.HTML.dll (25.4.0)

Representerar basklassen för alla undantag som kan uppstå under ansökan.

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

Inheritance

object Exception PlatformException

Derived

DOMException , SVGException

Implements

ISerializable

Arvsmedlemmar

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

Initialiserar en ny instans av Aspose.Html.PlatformException klass.

public PlatformException()

PlatformException(Sträng)

Initialiserar en ny instans av Aspose.Html.PlatformException-klassen med en angiven felmeddelande.

public PlatformException(string message)

Parameters

message string

Meddelandet som beskriver felet.

PlatformException(String, undantag)

Initialiserar en ny instans av Aspose.Html.PlatformException klass med en angiven felmeddelande och en hänvisning till det inre undantaget som är orsaken till detta undantag.

public PlatformException(string message, Exception innerException)

Parameters

message string

Felmeddelandet som förklarar orsaken till undantaget.

innerException Exception

Undantaget som är orsaken till det aktuella undantaget, eller en noll referens om inget inre undantag anges.

 Svenska