System.Web.HttpException.HttpException C# (CSharp) Method

HttpException() public method

public HttpException ( string message, int hr ) : System.IO
message string
hr int
return System.IO
		public HttpException (string message, int hr)
			: base (message, hr)
		{
		}
	

Same methods

HttpException::HttpException ( ) : System.IO
HttpException::HttpException ( SerializationInfo info, StreamingContext context ) : System.IO
HttpException::HttpException ( int httpCode, string message ) : System.IO
HttpException::HttpException ( int httpCode, string message, Exception innerException ) : System.IO
HttpException::HttpException ( int httpCode, string message, Exception innerException, string resourceName ) : System.IO
HttpException::HttpException ( int httpCode, string message, int hr ) : System.IO
HttpException::HttpException ( int httpCode, string message, string resourceName ) : System.IO
HttpException::HttpException ( int httpCode, string message, string resourceName, string description ) : System.IO
HttpException::HttpException ( string message ) : System.IO
HttpException::HttpException ( string message, Exception innerException ) : System.IO