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