2 writes to faultReason
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationFault.cs (2)
24
faultReason
= new FaultReason(new FaultReasonText(SR2.GetString(SR2.OperationNotAvailable), CultureInfo.CurrentCulture));
29
faultReason
= new FaultReason(new FaultReasonText(SR2.GetString(SR2.OperationNotImplemented), CultureInfo.CurrentCulture));
1 reference to faultReason
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationFault.cs (1)
53
return this.
faultReason
;