ErrorController Methods
The
ErrorController
type exposes the following members.
Methods
Name
Description
BeginExecute(System.Web.Routing.RequestContext,System.AsyncCallback,System.Object)
(Inherited from
Controller
.)
BeginExecuteCore(System.AsyncCallback,System.Object)
(Inherited from
Controller
.)
CreateActionInvoker
(Inherited from
Controller
.)
CreateTempDataProvider
(Inherited from
Controller
.)
Dispose
(Inherited from
Controller
.)
Dispose(System.Boolean)
(Inherited from
Controller
.)
EndExecute(System.IAsyncResult)
(Inherited from
Controller
.)
EndExecuteCore(System.IAsyncResult)
(Inherited from
Controller
.)
Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
Execute(System.Web.Routing.RequestContext)
(Inherited from
ControllerBase
.)
ExecuteCore
(Inherited from
Controller
.)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
GetHashCode
Serves as the default hash function.
(Inherited from
Object
.)
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
HandleUnknownAction(System.String)
(Inherited from
Controller
.)
Index
Indexes this instance.
Initialize(System.Web.Routing.RequestContext)
(Inherited from
Controller
.)
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
OnActionExecuted(System.Web.Mvc.ActionExecutedContext)
(Inherited from
Controller
.)
OnActionExecuting(System.Web.Mvc.ActionExecutingContext)
(Inherited from
Controller
.)
OnAuthentication(System.Web.Mvc.Filters.AuthenticationContext)
(Inherited from
Controller
.)
OnAuthenticationChallenge(System.Web.Mvc.Filters.AuthenticationChallengeContext)
(Inherited from
Controller
.)
OnAuthorization(System.Web.Mvc.AuthorizationContext)
(Inherited from
Controller
.)
OnException(System.Web.Mvc.ExceptionContext)
(Inherited from
Controller
.)
OnResultExecuted(System.Web.Mvc.ResultExecutedContext)
(Inherited from
Controller
.)
OnResultExecuting(System.Web.Mvc.ResultExecutingContext)
(Inherited from
Controller
.)
ToString
Returns a string that represents the current object.
(Inherited from
Object
.)
See Also
ErrorController Class
MichaelBrandonMorris.KingsportMillSafetyTraining.Controllers Namespace