This documentation is archived and is not being maintained.
HttpException Class
.NET Framework 1.1
Provides a means of generating HTTP exceptions.
For a list of all members of this type, see HttpException Members.
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Web.HttpException
System.Web.HttpCompileException
System.Web.HttpParseException
System.Web.HttpRequestValidationException
[Visual Basic] Public Class HttpException Inherits ExternalException [C#] public class HttpException : ExternalException [C++] public __gc class HttpException : public ExternalException [JScript] public class HttpException extends ExternalException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: