DotMSN

SBMessageProcessor.OnHandlerException Method 

Called when a registered handler raised an exception while handling a message. Fires the HandlerException event.

[Visual Basic]
Overridable Protected Sub OnHandlerException( _
   ByVal e As Exception _
)
[C#]
protected virtual void OnHandlerException(
   Exception e
);

Parameters

e

See Also

SBMessageProcessor Class | XihSolutions.DotMSN Namespace