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