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