OpcPathProbingFailedEventArgs Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Provides the event data for the Failed event.

C#

public class OpcPathProbingFailedEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcPathProbingFailedEventArgs

Name Description
OpcPathProbingFailedEventArgs(Exception) Initializes a new instance of the OpcPathProbingFailedEventArgs class using the exception specified.
OpcPathProbingFailedEventArgs(Exception, String) Initializes a new instance of the OpcPathProbingFailedEventArgs class using the exception and message specified.
Name Description
Exception Gets the Exception instance which led to the nonsuccess reported.
Message Gets additional information about the failure.