QuickOPC User's Guide and Reference
EventLinkingFailureEventArgs Constructor(MemberLinkingException)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > EventLinkingFailureEventArgs Class > EventLinkingFailureEventArgs Constructor : EventLinkingFailureEventArgs Constructor(MemberLinkingException)
The member linking exception that has caused this error.
Initializes a new instance of the class, with given member linking exception that has caused the error.
Syntax
'Declaration
 
Public Function New( _
   ByVal linkingException As MemberLinkingException _
)
'Usage
 
Dim linkingException As MemberLinkingException
 
Dim instance As New EventLinkingFailureEventArgs(linkingException)
public EventLinkingFailureEventArgs( 
   MemberLinkingException linkingException
)
public:
EventLinkingFailureEventArgs( 
   MemberLinkingException^ linkingException
)

Parameters

linkingException
The member linking exception that has caused this error.
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