5 references to TryCreateFaultMessage
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3524
if (converter.
TryCreateFaultMessage
(e, out faultReply))
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
51
return inner.
TryCreateFaultMessage
(exception, out message);
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (1)
56
return inner.
TryCreateFaultMessage
(exception, out message);
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
647
if (faultConverter.
TryCreateFaultMessage
(exception, out messageInfo.faultReply))
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
143
if (faultConverter != null && faultConverter.
TryCreateFaultMessage
(e, out faultMessage))