QuickOPC User's Guide and Reference
EventingFailure Event (EasyUAClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClient Class : EventingFailure Event
Raised when a failure in the eventing infrastructure occurs.
Syntax
'Declaration
 
Public Event EventingFailure As FailureEventHandler
'Usage
 
Dim instance As EasyUAClient
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.

PropertyDescription
Contains the Exception carried by the event arguments.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also