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