DotMSN

NSMessageProcessor.HandlerException Event

Occurs when an exception was raised by one of the registered handlers while processing an incoming message.

[Visual Basic]
Public Event HandlerException As ProcessorExceptionEventHandler
[C#]
public event ProcessorExceptionEventHandler HandlerException;

Event Data

The event handler receives an argument of type ExceptionEventArgs containing data related to this event. The following ExceptionEventArgs property provides information specific to this event.

Property Description
Exception The exception that was raised

See Also

NSMessageProcessor Class | XihSolutions.DotMSN Namespace