2 references to ExceptionMapper
System.ServiceModel (2)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
61_exceptionMapper = parentCredentials.ExceptionMapper;
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
686FaultException faultException = OperationContext.Current.Host.Credentials.ExceptionMapper.FromException(ex, (requestEnvelopeVersion == EnvelopeVersion.Soap11) ? soap11Namespace : soap12Namespace, trustNamespace);