DotMSN

NSMessageHandler.ServerErrorReceived Event

Occurs when the the server send an error.

[Visual Basic]
Public Event ServerErrorReceived As ErrorReceivedEventHandler
[C#]
public event ErrorReceivedEventHandler ServerErrorReceived;

Event Data

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

Property Description
MSNError The error that occurred

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace