MobileTrackEventIdsObjectMissingInCode Field

Invoked when we need an object that is missing (instead we see a , Empty, etc.)

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public const int ObjectMissingInCode = 1051

Field Value

Int32

Remarks

If invoked, it means we need to investigate why the code ran until this point, and fix the issue that caused the call to be made and get this far.

See Also