2 overrides of OnTryCreateException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
89protected override bool OnTryCreateException(Message message, MessageFault fault, out Exception exception)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
16protected override bool OnTryCreateException(Message message, MessageFault fault, out Exception exception)
1 reference to OnTryCreateException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
30bool created = this.OnTryCreateException(message, fault, out exception);