7 writes to faultException
System.ServiceModel (7)
System\ServiceModel\Channels\WsrmMessageInfo.cs (7)
108
this.
faultException
= value;
574
messageInfo.
faultException
= WsrmHeaderFault.CreateException(wsrmFault);
582
messageInfo.
faultException
= WsrmHeaderFault.CreateException(wsrmFault);
596
if (!faultConverter.TryCreateException(message, messageInfo.faultInfo, out messageInfo.
faultException
))
598
messageInfo.
faultException
= new ProtocolException(SR.GetString(SR.UnrecognizedFaultReceived, messageInfo.faultInfo.Code.Namespace, messageInfo.faultInfo.Code.Name, System.ServiceModel.FaultException.GetSafeReasonText(messageInfo.faultInfo)));
630
messageInfo.
faultException
= exception.InnerException;
649
messageInfo.
faultException
= new ProtocolException(SR.GetString(SR.MessageExceptionOccurred), exception);
2 references to faultException
System.ServiceModel (2)
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
99
return this.
faultException
;
103
if (this.
faultException
!= null)