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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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