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