'Declaration
Protected Overrides NotOverridable Sub CallbackError( _ ByVal name As String, _ ByVal exception As Exception _ )
'Usage
Dim instance As EasyAEClient 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.Name of the callback or event handler.
- exception
- The exception thrown by the handler.The exception thrown by the handler.