7 references to SendFault
System.WorkflowServices (7)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
230callbackState.WorkflowRequestContext.SendFault(new FaultException(operationFault), null);
System\Workflow\Activities\ReceiveActivity.cs (6)
509requestContext.SendFault(new FaultException(SR2.GetString(SR2.SecurityCheckFailed)), null); 935requestContext.SendFault(new FaultException(SR2.GetString(SR2.SecurityCheckFailed)), null); 1036this.RequestContext.SendFault(this.FaultMessage, null); 1049this.RequestContext.SendFault(exception, null); 1137this.RequestContext.SendFault(this.FaultMessage, null); 1662requestContext.SendFault(new FaultException(SR2.GetString(SR2.SecurityCheckFailed)), null);