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)
Syntaxprotected void Application_Error(
Object sender,
EventArgs e
)
Protected Sub Application_Error (
sender As Object,
e As EventArgs
)
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