HttpModuleExceptionEventArgs Class

HttpServer.dll

Used to inform http server that

Namespace:  HttpServer.HttpModules
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class HttpModuleExceptionEventArgs : EventArgs
Visual Basic (Declaration)
Public Class HttpModuleExceptionEventArgs _
	Inherits EventArgs
Visual C++
public ref class HttpModuleExceptionEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    HttpServer.HttpModules..::.HttpModuleExceptionEventArgs

See Also