2 instantiations of AddressAlreadyInUseException
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
2099throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new AddressAlreadyInUseException(innerException.Message, innerException)); 2714return new AddressAlreadyInUseException(innerException.Message, innerException);
3 references to AddressAlreadyInUseException
System.ServiceModel (1)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
407catch (AddressAlreadyInUseException e)
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpUtility.cs (2)
183catch (AddressAlreadyInUseException) 396else if (ex is AddressAlreadyInUseException)