OPC Studio User's Guide and Reference
EventLinkingFailureEventArgs Constructor(MemberLinkingException)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > EventLinkingFailureEventArgs Class > EventLinkingFailureEventArgs Constructor : EventLinkingFailureEventArgs Constructor(MemberLinkingException)
The member linking exception that has caused this error.

The value of this parameter cannot be null (Nothing in Visual Basic).

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)

Parameters

linkingException
The member linking exception that has caused this error.

The value of this parameter cannot be null (Nothing in Visual Basic).

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