Event Data
The event handler receives an argument of type EventLinkingFailureEventArgs containing data related to this event. The following EventLinkingFailureEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Contains the OpcLabs.BaseLib.FailureEventArgs.Exception carried by the event arguments. (Inherited from OpcLabs.BaseLib.FailureEventArgs) |
LinkingException | The member linking exception that has caused this error. |
Requirements