3 references to TryCreateFaultMessage
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
48
return inner.
TryCreateFaultMessage
(exception, out message);
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
541
if (faultConverter.
TryCreateFaultMessage
(exception, out messageInfo._faultReply))
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
138
if (faultConverter != null && faultConverter.
TryCreateFaultMessage
(e, out faultMessage))