QuickOPC User's Guide and Reference
SendCallbackError Method (EasyDAClient)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > EasyDAClient Class : SendCallbackError Method
Name of the callback or event handler.Name of the callback or event handler.
The exception thrown by the handler.The exception thrown by the handler.
Processes an error that has occurred during sending of a callback. Processes an error that has occurred during a callback.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub SendCallbackError( _
   ByVal name As String, _
   ByVal exception As Exception _
) 
 
'Usage
 
Dim instance As EasyDAClient
Dim name As String
Dim exception As Exception
 
instance.SendCallbackError(name, exception)

Parameters

name
Name of the callback or event handler.Name of the callback or event handler.
exception
The exception thrown by the handler.The exception thrown by the handler.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also