6 references to TryCreateException
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3269if (faultConverter.TryCreateException(message, fault, out exception))
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
31return inner.TryCreateException(message, fault, out exception);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1080if (faultConverter != null && faultConverter.TryCreateException(reply, fault, out exception))
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (1)
42return inner.TryCreateException(message, fault, out exception);
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
596if (!faultConverter.TryCreateException(message, messageInfo.faultInfo, out messageInfo.faultException))
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\FromReply.cs (1)
148faultConverter.TryCreateException(inMessage, messageFault, out exception);