Template Documentation
MvcApplicationApplication_Error Method |
Excecutes on every exception
Namespace: Template.Web
Assembly: Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void Application_Error( Object sender, EventArgs e )
Parameters
- sender
- Type: SystemObject
The object that triggered the event - e
- Type: SystemEventArgs
The event properties
See Also