6 references to FaultException
System.ServiceModel (5)
System\ServiceModel\ComIntegration\Error.cs (1)
131return new FaultException(reasonObj, codeObj);
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (1)
154return new FaultException(faultReason, faultCode);
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (1)
166return new FaultException(faultReason, faultCode);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
820FaultException exception = new FaultException(reason, code);
System\ServiceModel\FaultException.cs (1)
408: base(reason, code)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
1158return BeginTerminate(new FaultException(fault.Reason, fault.Code), transaction, timeout, callback, state);