ResourceHasBeenPermanentlyDeletedException Class

The exception that is thrown when a resource has been permanently deleted

Definition

Namespace: MobileTrack.Common.Models.Exceptions
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ResourceHasBeenPermanentlyDeletedException : Exception
Inheritance
Object    Exception    ResourceHasBeenPermanentlyDeletedException

Remarks

If a user is trying to access a resource that has been permanently deleted, this exception will be thrown. We can check this via DeletedItems in the database.

Constructors

See Also