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