HttpException Constructor
Initializes a new instance of the HttpException class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | HttpException() | Initializes a new instance of the HttpException class and creates an empty HttpException object. |
![]() | HttpException(Int32, String) | Initializes a new instance of the HttpException class using an HTTP response status code and an error message. |
![]() | HttpException(Int32, String, Exception) | Initializes a new instance of the HttpException class using an HTTP response status code, an error message, and the InnerException property. |
![]() | HttpException(Int32, String, Int32) | Initializes a new instance of the HttpException class using an HTTP response status code, an error message, and an exception code. |
![]() | HttpException(SerializationInfo, StreamingContext) | Initializes a new instance of the HttpException class with serialized data. |
![]() | HttpException(String) | Initializes a new instance of the HttpException class using a supplied error message. |
![]() | HttpException(String, Exception) | Initializes a new instance of the HttpException class using an error message and the InnerException property. |
![]() | HttpException(String, Int32) | Initializes a new instance of the HttpException class using an error message and an exception code. |

