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