3 overrides of OnTryCreateFaultMessage
System.ServiceModel (3)
System\ServiceModel\Channels\FaultConverter.cs (1)
198protected override bool OnTryCreateFaultMessage(Exception exception, out Message message)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
40protected override bool OnTryCreateFaultMessage(Exception exception, out Message message)
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (1)
51protected override bool OnTryCreateFaultMessage(Exception exception, out Message message)
1 reference to OnTryCreateFaultMessage
System.ServiceModel (1)
System\ServiceModel\Channels\FaultConverter.cs (1)
57bool created = this.OnTryCreateFaultMessage(exception, out message);