'Declaration
Public Function New( _ ByVal parentPosition As UAPubSubSecurityKeyServiceNodeTreePosition, _ ByVal browseException As Exception _ )
'Usage
Dim parentPosition As UAPubSubSecurityKeyServiceNodeTreePosition Dim browseException As Exception Dim instance As New UAPubSubSecurityKeyServiceNodeTreePosition(parentPosition, browseException)
public UAPubSubSecurityKeyServiceNodeTreePosition( UAPubSubSecurityKeyServiceNodeTreePosition parentPosition, Exception browseException )
public: UAPubSubSecurityKeyServiceNodeTreePosition( UAPubSubSecurityKeyServiceNodeTreePosition^ parentPosition, Exception^ browseException )
Parameters
- parentPosition
- The parent object in the tree.
- browseException
- The exception encountered during browsing.