C# Class Bracket.Hosting.SystemWeb.HttpRequestErrorEventArgs

Inheritance: HttpRequestEventArgs
显示文件 Open project: PlasticLizard/Bracket

Public Methods

Method Description
HttpRequestErrorEventArgs ( HttpListenerContext requestContext, Exception error ) : System

Method Details

HttpRequestErrorEventArgs() public method

public HttpRequestErrorEventArgs ( HttpListenerContext requestContext, Exception error ) : System
requestContext System.Net.HttpListenerContext
error System.Exception
return System