Called when error handling is requested.

Namespace: DotNetNuke.HttpModules.Exceptions
Assembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)

Syntax

C#
public void OnErrorRequest(
	Object s,
	EventArgs e
)
Visual Basic
Public Sub OnErrorRequest ( 
	s As Object,
	e As EventArgs
)

Parameters

s
Type: System..::..Object
The object with the error
e
Type: System..::..EventArgs
The EventArgs instance containing the event data.

See Also