5 instantiations of WebFaultException
System.ServiceModel.Web (5)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
82
throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
WebFaultException
(HttpStatusCode.NotFound));
System\ServiceModel\Web\IncomingWebRequestContext.cs (4)
195
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
WebFaultException
(HttpStatusCode.NotModified));
292
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
WebFaultException
(HttpStatusCode.NotModified));
319
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
WebFaultException
(HttpStatusCode.PreconditionFailed));
332
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
WebFaultException
(HttpStatusCode.PreconditionFailed));
4 references to WebFaultException
System.ServiceModel.Web (4)
System\ServiceModel\Web\WebFaultException.cs (4)
150
: base(detail,
WebFaultException
.GetDefaultReason(statusCode),
WebFaultException
.GetFaultCode(statusCode))
156
: base(detail,
WebFaultException
.GetDefaultReason(statusCode),
WebFaultException
.GetFaultCode(statusCode))