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