Event Data
The event handler receives an argument of type NodeRejectedErrorEventArgs containing data related to this event. The following NodeRejectedErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Contains the Exception carried by the event arguments. (Inherited from OpcLabs.BaseLib.FailureEventArgs) |
Node | Contained the rejected node. |
Requirements