Construct an exception using HTTP code, error message, HTTP code, and .
[Visual Basic] Overloads Public Sub New( _ ByVal httpCode As Integer, _ ByVal message As String, _ ByVal hr As Integer _ ) [C#] public HttpException( int httpCode, string message, int hr ); [C++] public: HttpException( int httpCode, String* message, int hr ); [JScript] public function HttpException( httpCode : int, message : String, hr : int );
HttpException Class | HttpException Members | System.Web Namespace | HttpException Constructor Overload List