DotMSN

SocketMessageProcessor.ConnectingException Event

Occurs when an exception was raised while connecting to the endpoint.

[Visual Basic]
Public Event ConnectingException As ProcessorExceptionEventHandler
[C#]
public event ProcessorExceptionEventHandler ConnectingException;

Event Data

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

Property Description
Exception The exception that was raised

See Also

SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace