QuickOPC User's Guide and Reference
LinkingException Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > EventLinkingFailureEventArgs Class : LinkingException Property
The member linking exception that has caused this error.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property LinkingException As MemberLinkingException
'Usage
 
Dim instance As EventLinkingFailureEventArgs
Dim value As MemberLinkingException
 
value = instance.LinkingException
[NotNull()]
public MemberLinkingException LinkingException {get;}
[NotNull()]
public:
property MemberLinkingException^ LinkingException {
   MemberLinkingException^ get();
}
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