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