Proyecto Fin de Carrera 2011
Controlador de errores

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

Syntax

C#
public class ErrorController : Controller
Visual Basic
Public Class ErrorController _
	Inherits Controller
Visual C++
public ref class ErrorController : public Controller

Inheritance Hierarchy

System..::..Object
  ControllerBase
    Controller
      EntornoWeb.Controllers..::..ErrorController
        EntornoWeb.Controllers..::..SGFController

See Also