Catalyst Internet Mail .NET

InternetDialer.OnError Event

Occurs when an client operation fails.

[Visual Basic]
Public Event OnError As OnErrorEventHandler
[C#]
public event OnErrorEventHandler OnError;

Event Data

The event handler receives an argument of type InternetDialer.ErrorEventArgs containing data related to this event. The following InternetDialer.ErrorEventArgs properties provide information specific to this event.

Property Description
Description Gets a value which describes the last error that has occurred.
Error Gets a value which specifies the last error that has occurred.

Remarks

The OnError event occurs when a client operation fails.

See Also

InternetDialer Class | SocketTools Namespace