SmartSockets .NET Class Library

TipcConnClient.TipcErrorEvent Event

Occurs when an error occurs on a connection.

Connection Error events are raised when an unrecoverable error occurs. These errors include socket problems and network failures such as:

public event TipcErrorHandler TipcErrorEvent;

Event Data

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

PropertyDescription
errNum Returns the error number.
errString Returns the error string.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved