Click or drag to resize

GlobalApplication_Error Method

Application Error Handling with Redirection to Home/Log

Namespace:  Velo.Web
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
protected void Application_Error(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: SystemEventArgs
Remarks
Activate this exception handling on setting web.config
<system.web> 
    <customErrors mode="Off"></customErrors>
</system.web>
See Also