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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > IEasyUASubscriber Interface : EventingFailure Event
Raised when a failure in the eventing infrastructure occurs.
Syntax
'Declaration
 
Event EventingFailure As FailureEventHandler
'Usage
 
Dim instance As IEasyUASubscriber
Dim handler As FailureEventHandler
 
AddHandler instance.EventingFailure, handler
event FailureEventHandler EventingFailure
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 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also