DotMSN

SBMessageHandler.OnExceptionOccurred Method 

Fires the ExceptionOccurred event.

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

Parameters

e
The exception which was thrown

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace