asp.net.ph

HttpException Constructor ( Int32, String, Int32 )

System.Web Namespace   HttpException Class


Constructs an Exception using HTTP error code, an error message, and an exception code.

[ VB ]
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
);

Parameters

httpCode
The HTTP error code displayed on the client.
message
The error message displayed to the client.
hr
The error code that defines the error.
See Also

HttpException Members   HttpException Constructor Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph