2 overrides of OnTryCreateFaultMessage
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\FaultConverter.cs (1)
198protected override bool OnTryCreateFaultMessage(Exception exception, out Message message)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
37protected override bool OnTryCreateFaultMessage(Exception exception, out Message message)
1 reference to OnTryCreateFaultMessage
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\FaultConverter.cs (1)
57bool created = OnTryCreateFaultMessage(exception, out message);