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