OPC Studio User's Guide and Reference
TargetAccessException Constructor(AbstractLinkingTarget)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Linking Namespace > TargetAccessException Class > TargetAccessException Constructor : TargetAccessException Constructor(AbstractLinkingTarget)
The linking target associated with this exception.

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

Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal linkingTarget As AbstractLinkingTarget _
)
 
'Usage
 
Dim linkingTarget As AbstractLinkingTarget
 
Dim instance As New TargetAccessException(linkingTarget)

Parameters

linkingTarget
The linking target associated with this exception.

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