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