28 references to FaultException
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
219
innerException = new
FaultException
(messageFault);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
928
this.Fault(new
FaultException
(sessionAbortedFault));
2928
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.SecuritySessionFaultReplyWasSent), new
FaultException
(protocolFault)));
System.ServiceModel.Activities (20)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (5)
258
new
FaultException
(
433
throw FxTrace.Exception.AsError(new
FaultException
(OperationExecutionFault.CreateUpdateFailedFault(
517
throw FxTrace.Exception.AsError(new
FaultException
(OperationExecutionFault.CreateUpdateFailedFault(
601
throw FxTrace.Exception.AsError(new
FaultException
(
871
return new
FaultException
(OperationExecutionFault.CreateInstanceNotFoundFault(exception.Message));
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
115
throw FxTrace.Exception.AsError(new
FaultException
(
120
throw FxTrace.Exception.AsError(new
FaultException
(
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (12)
409
AbortInstance(new
FaultException
(OperationExecutionFault.CreateAbortedFault(SR.DefaultAbortReason)), false);
1779
throw FxTrace.Exception.AsError(new
FaultException
(OperationExecutionFault.CreateAbortedFault(SR.WorkflowInstanceAborted(this.Id))));
1789
throw FxTrace.Exception.AsError(new
FaultException
(OperationExecutionFault.CreateTerminatedFault(SR.WorkflowInstanceTerminated(this.Id))));
1793
throw FxTrace.Exception.AsError(new
FaultException
(OperationExecutionFault.CreateCompletedFault(SR.WorkflowInstanceCompleted(this.Id))));
1802
throw FxTrace.Exception.AsError(new
FaultException
(OperationExecutionFault.CreateInstanceUnloadedFault(SR.WorkflowInstanceUnloaded(this.Id))));
2177
FaultPendingRequests(new
FaultException
(OperationExecutionFault.CreateTerminatedFault(SR.WorkflowInstanceTerminated(this.Id))));
2181
FaultPendingRequests(new
FaultException
(OperationExecutionFault.CreateCompletedFault(SR.WorkflowInstanceCompleted(this.Id))));
2345
throw FxTrace.Exception.AsError(new
FaultException
(
2356
throw FxTrace.Exception.AsError(new
FaultException
(
2363
throw FxTrace.Exception.AsError(new
FaultException
(
2377
throw FxTrace.Exception.AsError(new
FaultException
(
5991
IAsyncResult result = this.instance.BeginAbandon(new
FaultException
(OperationExecutionFault.CreateAbortedFault(SR.DefaultAbortReason)), false,
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
692
throw FxTrace.Exception.AsError(new
FaultException
(OperationExecutionFault.CreateOperationNotAvailableFault(thisPtr.workflowInstance.Id, thisPtr.bookmark.Name)));
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
349
new
FaultException
(MessageFault.CreateFault(faultCode, faultDetail.Message)));
355
new
FaultException
(MessageFault.CreateFault(faultCode,
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
539
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
FaultException
(new DurableDispatcherAddressingFault()));
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (1)
81
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
FaultException
(new DurableDispatcherAddressingFault()));
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
230
callbackState.WorkflowRequestContext.SendFault(new
FaultException
(operationFault), null);