ErrorEvent Constructor (Exception) |
Initializes a new instance of the
ErrorEvent class.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic ErrorEvent(
Exception exception
)
Public Sub New (
exception As Exception
)
public:
ErrorEvent(
Exception^ exception
)
new :
exception : Exception -> ErrorEvent
Parameters
- exception
- Type: SystemException
The exception.
See Also