2 overrides of OnTryCreateException
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\FaultConverter.cs (1)
90protected override bool OnTryCreateException(Message message, MessageFault fault, out Exception exception)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
17protected override bool OnTryCreateException(Message message, MessageFault fault, out Exception exception)
1 reference to OnTryCreateException
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\FaultConverter.cs (1)
31bool created = OnTryCreateException(message, fault, out exception);