PlatformException Class
Contents
[
Hide
]PlatformException class
Represents the base class for all exceptions that may occur during the application execution.
public class PlatformException : Exception
Constructors
| Name | Description |
|---|---|
| PlatformException() | Initializes a new instance of the PlatformException class. |
| PlatformException(string) | Initializes a new instance of the PlatformException class with a specified error message. |
| PlatformException(string, Exception) | Initializes a new instance of the PlatformException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Properties
| Name | Description |
|---|---|
| virtual Data { get; } | |
| virtual HelpLink { get; set; } | |
| HResult { get; set; } | |
| InnerException { get; } | |
| virtual Message { get; } | |
| virtual Source { get; set; } | |
| virtual StackTrace { get; } | |
| TargetSite { get; } |
See Also
- namespace Aspose.Html
- assembly Aspose.HTML