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

HttpException() private method

private HttpException ( int httpCode, string message, string resourceName ) : System.IO
httpCode int
message string
resourceName string
return System.IO
		internal HttpException (int httpCode, string message, string resourceName) : this (httpCode, message)
		{
			resource_name = resourceName;
		}

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, string description ) : System.IO
HttpException::HttpException ( string message ) : System.IO
HttpException::HttpException ( string message, Exception innerException ) : System.IO
HttpException::HttpException ( string message, int hr ) : System.IO