2 writes to reason
System.ServiceModel (2)
System\ServiceModel\Channels\WsrmFault.cs (2)
35
this.
reason
= new FaultReason(faultReason, CultureInfo.CurrentCulture);
45
this.
reason
= reason;
2 references to reason
System.ServiceModel (2)
System\ServiceModel\Channels\WsrmFault.cs (2)
82
return this.
reason
;
100
message = FaultException.GetSafeReasonText(this.
reason
);