2 references to TryCreateFaultMessage
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
47
return inner.
TryCreateFaultMessage
(exception, out message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
132
if (faultConverter != null && faultConverter.
TryCreateFaultMessage
(e, out faultMessage))