HttpModuleExceptionEventArgs Constructor

HttpServer.dll

Eventarguments used when an exception is thrown by a module

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

Syntax

C#
public HttpModuleExceptionEventArgs(
	Exception e
)
Visual Basic (Declaration)
Public Sub New ( _
	e As Exception _
)
Visual C++
public:
HttpModuleExceptionEventArgs(
	Exception^ e
)

Parameters

e
Type: System..::.Exception
the exception

See Also