OPCDA.NET Reference Manual
OnBrowseError Delegate
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : OnBrowseError Delegate

ex
null (Nothing) except when an error occured in the handling of the request.

Glossary Item Box

The OnBrowseError handler is called when an error happens in the server browse access from the TreeView mouse event handler.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub OnBrowseError( _
   ByVal ex As Exception _
) 
C# 
public delegate void OnBrowseError( 
   Exception ex
)

Parameters

ex
null (Nothing) except when an error occured in the handling of the request.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.