SBMessageHandler.OnServerErrorReceived Method
Fires the ServerErrorReceived event.
[Visual Basic]
Overridable Protected Sub OnServerErrorReceived( _
ByVal
serverError As
MSNError _
)
[C#]
protected virtual
void OnServerErrorReceived(
MSNError serverError);
See Also
SBMessageHandler Class | XihSolutions.DotMSN Namespace