QuickOPC User's Guide and Reference
BrowseException Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Graphs Namespace > UATreePosition Class : BrowseException Property
Gets the exception encountered during browsing.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property BrowseException As UAException
'Usage
 
Dim instance As UATreePosition
Dim value As UAException
 
instance.BrowseException = value
 
value = instance.BrowseException
[CanBeNull()]
public UAException BrowseException {get;}
[CanBeNull()]
public:
property UAException^ BrowseException {
   UAException^ get();
}

Property Value

Returns null reference if there has not been an exception during browsing from this node. Otherwise, returns the exception that prevented the object from browsing further.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UATreePosition Class
UATreePosition Members