Proyecto Fin de Carrera 2011
Provides a standardized mechanism for handling exceptions within a web application.

Namespace: EntornoWeb.Models
Assembly: EntornoWeb (in EntornoWeb.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public sealed class AppErrorHandlerModule : IHttpModule
Visual Basic
Public NotInheritable Class AppErrorHandlerModule _
	Implements IHttpModule
Visual C++
public ref class AppErrorHandlerModule sealed : IHttpModule

Inheritance Hierarchy

System..::..Object
  EntornoWeb.Models..::..AppErrorHandlerModule

See Also