13 references to NotFound
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (1)
5467if (this.Context.ignoreResourceNotFoundException && status == HttpStatusCode.NotFound)
System\Data\Services\Client\DataServiceRequest.cs (3)
136if (context.IgnoreResourceNotFoundException && serviceEx != null && serviceEx.StatusCode == (int)HttpStatusCode.NotFound) 139qor.StatusCode = (int)HttpStatusCode.NotFound; 174if (cex != null && cex.StatusCode == (int)HttpStatusCode.NotFound)
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3523if (response.StatusCode == HttpStatusCode.NotFound)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
435listenerContext.Response.StatusCode = (int)HttpStatusCode.NotFound;
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (2)
439throw FxTrace.Exception.AsError(new HttpException((int)HttpStatusCode.NotFound, exception.Message, exception)); 442SetStatusCode((int)HttpStatusCode.NotFound);
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
82throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WebFaultException(HttpStatusCode.NotFound));
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (1)
91WebOperationContext.Current.OutgoingResponse.StatusCode = uriMatched ? HttpStatusCode.MethodNotAllowed : HttpStatusCode.NotFound;
System\ServiceModel\Web\OutgoingWebResponseContext.cs (2)
222this.StatusCode = HttpStatusCode.NotFound; 227this.StatusCode = HttpStatusCode.NotFound;
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
91throw FxTrace.Exception.AsError(new HttpException((int)HttpStatusCode.NotFound, SR.ResourceNotFound));