22 references to HttpException
System.Web (21)
Cache\SqlCacheDependency.cs (1)
1634throw new HttpException(errString, e);
Compilation\BuildManager.cs (2)
141throw new HttpException(_initializeException.Message, _initializeException); 189throw new HttpException(_topLevelFileCompilationException.Message,
Compilation\ClientBuildManager.cs (1)
642throw new HttpException(_hostCreationException.Message,
DataAccess\SqlConnectionHelper.cs (1)
252HttpException httpExec = new HttpException(e.Message, e);
HttpApplicationFactory.cs (1)
163throw new HttpException(error.Message, error);
HttpAsyncResult.cs (1)
97throw new HttpException(null, _error);
HttpException.cs (6)
285: base(message, innerException) { 293: base(message, innerException) { 322public HttpCompileException(String message, Exception innerException) : base(message, innerException) { 471public HttpParseException(String message, Exception innerException) : base(message, innerException) { 481: base(message, innerException) { 589public HttpRequestValidationException(String message, Exception innerException) : base(message, innerException) {
HttpRuntime.cs (1)
693throw new HttpException(InitializationException.Message, InitializationException);
UI\Page.cs (1)
5696throw new HttpException(null, ar.Error);
UI\ViewStateException.cs (1)
113outer = new HttpException(GetCorrectErrorPageMessage(middle, errorPageMessage), middle);
Util\SmtpMail.cs (4)
79throw new HttpException(GetInnerMostException(e).Message, e); 103throw new HttpException(GetInnerMostException(e).Message, e); 120throw new HttpException(GetInnerMostException(e).Message, e); 139throw new HttpException(GetInnerMostException(e).Message, e);
Util\Transactions.cs (1)
101throw new HttpException(null, call.Error);
System.Web.Extensions (1)
UI\ScriptResourceAttribute.cs (1)
128throw new HttpException(String.Format(CultureInfo.CurrentCulture,