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