Class PlatformException

Class PlatformException

Namespace: Aspose.Html
Assembly: Aspose.HTML.dll (25.2.0)

Represents the base class for all exceptions that may occur during the application execution.

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

Inheritance

objectExceptionPlatformException

Derived

DOMException, SVGException

Implements

ISerializable

Inherited Members

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

Initializes a new instance of the Aspose.Html.PlatformException class.

public PlatformException()

PlatformException(string)

Initializes a new instance of the Aspose.Html.PlatformException class with a specified error message.

public PlatformException(string message)

Parameters

message string

The message that describes the error.

PlatformException(string, Exception)

Initializes a new instance of the Aspose.Html.PlatformException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public PlatformException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.