'Declaration
Protected Overridable Sub SendCallbackError( _ ByVal name As String, _ ByVal exception As Exception _ )
'Usage
Dim instance As NotifyingWidget Dim name As String Dim exception As Exception instance.SendCallbackError(name, exception)
protected: virtual void SendCallbackError( String^ name, Exception^ exception )
Parameters
- name
- Name of the callback or event handler.
- exception
- The exception thrown by the handler.