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

HttpException() protected method

protected HttpException ( SerializationInfo info, StreamingContext context ) : System.IO
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.IO
		protected HttpException (SerializationInfo info, StreamingContext context)
			: base (info, context)
		{
			http_code = info.GetInt32 ("_httpCode");
			webEventCode = info.GetInt32 ("_webEventCode");
		}

Same methods

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