MobileTrackEventIdsUnauthorizedAccessException Field

A UnauthorizedAccessException invoked when a user somehow gets to a place or invokes an action without having access to it. This usually means the programmer failed to prevent the user from getting this far.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public const int UnauthorizedAccessException = 1005

Field Value

Int32

Remarks

This means that on the front-end side of things the user found a way to make a call to access a resource they should not have access to, and a bug fix ticket must be made to fix the issue.

See Also