6 references to Reason
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
154faultInfo.Fault = Message.CreateMessage(this.messageVersion, MessageFault.CreateFault(ndfe.Code, ndfe.Reason, detail), ndfe.Action);
System\ServiceModel\Dispatcher\FaultFormatter.cs (2)
191return MessageFault.CreateFault(faultException.Code, faultException.Reason); 202base(faultException.Code, faultException.Reason,
System\ServiceModel\FaultException.cs (2)
151get { return FaultException.GetSafeReasonText(this.Reason); } 438return MessageFault.CreateFault(this.Code, this.Reason, this.detail);
System\ServiceModel\Security\SecurityUtils.cs (1)
1381return MessageFault.CreateFault(faultException.Code, faultException.Reason);