QuickOPC User's Guide and Reference
BindingErrorsEventArgs Constructor



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingErrorsEventArgs Class : BindingErrorsEventArgs Constructor
The binding exceptions being reported.
Initializes a new instance of the class, with given binding exceptions.
Syntax
'Declaration
 
Public Function New( _
   ByVal bindingExceptions As IEnumerable(Of BindingException) _
)
'Usage
 
Dim bindingExceptions As IEnumerable(Of BindingException)
 
Dim instance As New BindingErrorsEventArgs(bindingExceptions)
public BindingErrorsEventArgs( 
   IEnumerable<BindingException> bindingExceptions
)
public:
BindingErrorsEventArgs( 
   IEnumerable<BindingException^>^ bindingExceptions
)

Parameters

bindingExceptions
The binding exceptions being reported.
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