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