DotMSN

HandlerExceptionEventHandler Delegate

This delegate is used when an exception was thrown inside the message handler class.

[Visual Basic]
Public Delegate Sub HandlerExceptionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ExceptionEventArgs _
)
[C#]
public delegate void HandlerExceptionEventHandler(
   object sender,
   ExceptionEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN.Core

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN.Core Namespace