'Declaration
Public Event EventingFailure As FailureEventHandler
'Usage
Dim instance As EasyUAClientCore Dim handler As FailureEventHandler AddHandler instance.EventingFailure, handler
public event FailureEventHandler EventingFailure
public: event FailureEventHandler^ EventingFailure
Event Data
The event handler receives an argument of type FailureEventArgs containing data related to this event. The following FailureEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Contains the Exception carried by the event arguments. |
Requirements