2 references to TryCreateException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
27return inner.TryCreateException(message, fault, out exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1002if (faultConverter != null && faultConverter.TryCreateException(reply, fault, out exception))