7 references to FaultException
System.ServiceModel (1)
System\ServiceModel\FaultException.cs (1)
390
:
base
(reason)
System.WorkflowServices (6)
System\Workflow\Activities\ReceiveActivity.cs (6)
509
requestContext.SendFault(new
FaultException
(SR2.GetString(SR2.SecurityCheckFailed)), null);
528
new
FaultException
(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.WorkflowInstanceId)));
935
requestContext.SendFault(new
FaultException
(SR2.GetString(SR2.SecurityCheckFailed)), null);
954
new
FaultException
(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.WorkflowInstanceId)));
1662
requestContext.SendFault(new
FaultException
(SR2.GetString(SR2.SecurityCheckFailed)), null);
1681
new
FaultException
(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.receiveActivity.WorkflowInstanceId)));