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