12 writes to reason
System.ServiceModel (12)
System\ServiceModel\FaultException.cs (12)
34this.reason = FaultException.DefaultReason; 41this.reason = FaultException.CreateReason(reason); 48this.reason = FaultException.EnsureReason(reason); 55this.reason = FaultException.CreateReason(reason); 62this.reason = FaultException.EnsureReason(reason); 69this.reason = FaultException.CreateReason(reason); 77this.reason = FaultException.CreateReason(reason); 85this.reason = FaultException.EnsureReason(reason); 93this.reason = FaultException.EnsureReason(reason); 104this.reason = FaultException.EnsureReason(fault.Reason); 115this.reason = fault.Reason; 124this.reason = this.ReconstructFaultReason(info, "reason");
3 references to reason
System.ServiceModel (3)
System\ServiceModel\FaultException.cs (3)
156get { return this.reason; } 207return MessageFault.CreateFault(this.code, this.reason); 225this.AddFaultReasonObjectData(info, "reason", this.reason);