'Declaration
Protected Overrides Sub CallbackError( _ ByVal name As String, _ ByVal exception As Exception _ )
'Usage
Dim instance As EasyDAClientCore Dim name As String Dim exception As Exception instance.CallbackError(name, exception)
protected: void CallbackError( 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).