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