QuickOPC User's Guide and Reference
UAPubSubConfigurationNodeTreePosition Constructor(UAPubSubConfigurationNodeTreePosition,Exception)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.Graphs Namespace > UAPubSubConfigurationNodeTreePosition Class > UAPubSubConfigurationNodeTreePosition Constructor : UAPubSubConfigurationNodeTreePosition Constructor(UAPubSubConfigurationNodeTreePosition,Exception)
The parent object in the tree.
The exception encountered during browsing.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentPosition As UAPubSubConfigurationNodeTreePosition, _
   ByVal browseException As Exception _
)
'Usage
 
Dim parentPosition As UAPubSubConfigurationNodeTreePosition
Dim browseException As Exception
 
Dim instance As New UAPubSubConfigurationNodeTreePosition(parentPosition, browseException)
public UAPubSubConfigurationNodeTreePosition( 
   UAPubSubConfigurationNodeTreePosition parentPosition,
   Exception browseException
)
public:
UAPubSubConfigurationNodeTreePosition( 
   UAPubSubConfigurationNodeTreePosition^ parentPosition,
   Exception^ browseException
)

Parameters

parentPosition
The parent object in the tree.
browseException
The exception encountered during browsing.
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