ErrorEvent
ErrorEvent constructor (1 of 2)
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 constructor (2 of 2)
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