DotMSN

ErrorReceivedEventHandler Delegate

This delegate is used when the server sends an error code.

[Visual Basic]
Public Delegate Sub ErrorReceivedEventHandler( _
   ByVal sender As Object, _
   ByVal e As MSNErrorEventArgs _
)
[C#]
public delegate void ErrorReceivedEventHandler(
   object sender,
   MSNErrorEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN.Core

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN.Core Namespace