FailureHandlerHandleUnauthorizedAccess Method

To be invoked if a user somehow got access to methods they weren't supposed to have access to. This is a last resort, meaning something is wrong in the code and/or we're dealing with a hacking attempt.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public void HandleUnauthorizedAccess(
	UnauthorizedAccessException exception,
	UnauthorizedAccessModel uaeModel
)

Parameters

exception  UnauthorizedAccessException

[Missing <param name="exception"/> documentation for "M:MobileTrack.Web.Components.Services.FailureHandler.HandleUnauthorizedAccess(System.UnauthorizedAccessException,MobileTrack.Common.Models.UnauthorizedAccessModel)"]

uaeModel  UnauthorizedAccessModel
Data about the unauthorized access attempt

Implements

IFailureHandlerHandleUnauthorizedAccess(UnauthorizedAccessException, UnauthorizedAccessModel)

See Also