ErrorEvent
ErrorEvent(Exception)
Initializes a new instance of the ErrorEvent class.
public ErrorEvent(Exception exception)
| Parameter | Type | Description |
|---|---|---|
| exception | Exception | The exception. |
See Also
- class ErrorEvent
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML
ErrorEvent(IDictionary<string, object>)
Initializes a new instance of the ErrorEvent class.
public ErrorEvent(IDictionary<string, object> eventInitDict)
| Parameter | Type | Description |
|---|---|---|
| eventInitDict | IDictionary`2 | The event initialization object. |
See Also
- class ErrorEvent
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML