Server.Network.run Function
Method that listens to the incoming connections from the client and spuns off <c>Worker</c> threads.

Public void run ()
  Return Description  
    void    
Remarks:
The thread is terminated by the main thread by calling Abort() on it. It results in the exception that is caught here.