2 instantiations of AddressAccessDeniedException
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
2095throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new AddressAccessDeniedException(innerException.Message, innerException)); 2573throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new AddressAccessDeniedException(innerException.Message, innerException));
5 references to AddressAccessDeniedException
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (1)
1743catch (AddressAccessDeniedException exception)
System\ServiceModel\MsmqException.cs (2)
75faultSender = true; faultReceiver = true; outerExceptionType = typeof(AddressAccessDeniedException); break; 109faultSender = true; faultReceiver = true; outerExceptionType = typeof(AddressAccessDeniedException); break;
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpUtility.cs (2)
192catch (AddressAccessDeniedException) 400else if (ex is AddressAccessDeniedException)