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