'Declaration
Public Delegate Sub ErrorReceivedDelegate( _ ByVal args As ErrorEventArgs _ )
'Usage
Dim instance As New ErrorReceivedDelegate(AddressOf HandlerMethod)
public delegate void ErrorReceivedDelegate( ErrorEventArgs args )
public delegate void ErrorReceivedDelegate( ErrorEventArgs^ args )
Parameters
- args
- The event argument which contains the actual Exception