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