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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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