Connection Error events are raised when an unrecoverable error
occurs. These errors include socket problems and network failures
such as:
A read timeout has occured and the keep-alive then failed.
A write timeout has occured.
A read operation on the connection's socket failed. The most common
cause of this error is that the process at the other end of the connection
has destroyed its connection, which closed the socket.
A write operation on the connection's socket failed. The most common
cause of this error is that the process at the other end of the connection
has destroyed its connection, which closed the socket.
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.