Proyecto Fin de Carrera 2011

The ErrorController type exposes the following members.

Constructors

  NameDescription
Public methodErrorController
Initializes a new instance of the ErrorController class

Methods

  NameDescription
Protected methodContent(String) (Inherited from Controller.)
Protected methodContent(String, String) (Inherited from Controller.)
Protected methodContent(String, String, Encoding) (Inherited from Controller.)
Protected methodCreateActionInvoker (Inherited from Controller.)
Protected methodCreateTempDataProvider (Inherited from Controller.)
Public methodDispose()()()() (Inherited from Controller.)
Protected methodDispose(Boolean) (Inherited from Controller.)
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Public methodErrorEndRequest
Gestor del error
Protected methodExecute (Inherited from ControllerBase.)
Protected methodExecuteCore (Inherited from Controller.)
Protected methodFile(array<Byte>[]()[][], String) (Inherited from Controller.)
Protected methodFile(Stream, String) (Inherited from Controller.)
Protected methodFile(String, String) (Inherited from Controller.)
Protected methodFile(array<Byte>[]()[][], String, String) (Inherited from Controller.)
Protected methodFile(Stream, String, String) (Inherited from Controller.)
Protected methodFile(String, String, String) (Inherited from Controller.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Protected methodHandleUnknownAction (Inherited from Controller.)
Protected methodInitialize (Inherited from Controller.)
Protected methodJavaScript (Inherited from Controller.)
Protected methodJson(Object) (Inherited from Controller.)
Protected methodJson(Object, String) (Inherited from Controller.)
Protected methodJson(Object, JsonRequestBehavior) (Inherited from Controller.)
Protected methodJson(Object, String, Encoding) (Inherited from Controller.)
Protected methodJson(Object, String, JsonRequestBehavior) (Inherited from Controller.)
Protected methodJson(Object, String, Encoding, JsonRequestBehavior) (Inherited from Controller.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Protected methodOnActionExecuted (Inherited from Controller.)
Protected methodOnActionExecuting (Inherited from Controller.)
Protected methodOnAuthorization (Inherited from Controller.)
Protected methodOnException
Capturador del error
(Overrides ControllerOnException(ExceptionContext).)
Protected methodOnResultExecuted (Inherited from Controller.)
Protected methodOnResultExecuting (Inherited from Controller.)
Protected methodPartialView()()()() (Inherited from Controller.)
Protected methodPartialView(Object) (Inherited from Controller.)
Protected methodPartialView(String) (Inherited from Controller.)
Protected methodPartialView(String, Object) (Inherited from Controller.)
Protected methodRedirect (Inherited from Controller.)
Protected methodRedirectToAction(String) (Inherited from Controller.)
Protected methodRedirectToAction(String, Object) (Inherited from Controller.)
Protected methodRedirectToAction(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToAction(String, String) (Inherited from Controller.)
Protected methodRedirectToAction(String, String, Object) (Inherited from Controller.)
Protected methodRedirectToAction(String, String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoute(Object) (Inherited from Controller.)
Protected methodRedirectToRoute(RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoute(String) (Inherited from Controller.)
Protected methodRedirectToRoute(String, Object) (Inherited from Controller.)
Protected methodRedirectToRoute(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodShowError
Gestor del error en peticiones ajax
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)
Protected methodTryUpdateModel``1(UMP) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, array<String>[]()[][]) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, array<String>[]()[][]) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, array<String>[]()[][], array<String>[]()[][]) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, array<String>[]()[][], array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodTryValidateModel(Object) (Inherited from Controller.)
Protected methodTryValidateModel(Object, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, array<String>[]()[][]) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, array<String>[]()[][]) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, array<String>[]()[][], array<String>[]()[][]) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, array<String>[]()[][], array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodValidateModel(Object) (Inherited from Controller.)
Protected methodValidateModel(Object, String) (Inherited from Controller.)
Protected methodView()()()() (Inherited from Controller.)
Protected methodView(Object) (Inherited from Controller.)
Protected methodView(String) (Inherited from Controller.)
Protected methodView(IView) (Inherited from Controller.)
Protected methodView(String, String) (Inherited from Controller.)
Protected methodView(String, Object) (Inherited from Controller.)
Protected methodView(IView, Object) (Inherited from Controller.)
Protected methodView(String, String, Object) (Inherited from Controller.)

Properties

  NameDescription
Public propertyActionInvoker (Inherited from Controller.)
Protected propertyBinders (Inherited from Controller.)
Public propertyControllerContext (Inherited from ControllerBase.)
Public propertyHttpContext (Inherited from Controller.)
Public propertyModelState (Inherited from Controller.)
Public propertyRequest (Inherited from Controller.)
Public propertyResponse (Inherited from Controller.)
Public propertyRouteData (Inherited from Controller.)
Public propertyServer (Inherited from Controller.)
Public propertySession (Inherited from Controller.)
Public propertyTempData (Inherited from ControllerBase.)
Public propertyTempDataProvider (Inherited from Controller.)
Public propertyUrl (Inherited from Controller.)
Public propertyUser (Inherited from Controller.)
Public propertyValidateRequest (Inherited from ControllerBase.)
Public propertyValueProvider (Inherited from ControllerBase.)
Public propertyViewData (Inherited from ControllerBase.)

See Also