See Also: BindException Members
A BindException is thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.
Most applications should not catch this exception; it is more robust to catch the superclass SocketException.