'Declaration
Protected Overrides Sub SendCallbackError( _ ByVal name As String, _ ByVal exception As Exception _ )
'Usage
Dim instance As EasyDAClientCore Dim name As String Dim exception As Exception instance.SendCallbackError(name, exception)
protected: void SendCallbackError( String^ name, Exception^ exception ) override
Parameters
- name
- Name of the callback or event handler.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - exception
- The exception thrown by the handler.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).