IFailureHandlerHandleUnauthorizedAccess 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.Interfaces
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
void HandleUnauthorizedAccess(
	UnauthorizedAccessException uae,
	UnauthorizedAccessModel uaeModel
)

Parameters

uae  UnauthorizedAccessException

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

uaeModel  UnauthorizedAccessModel
Data about the unauthorized access attempt

See Also