ResourceHasBeenPermanentlyDeletedException Class
The exception that is thrown when a resource has been permanently deleted
Namespace: MobileTrack.Common.Models.ExceptionsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class ResourceHasBeenPermanentlyDeletedException : Exception
- Inheritance
- Object Exception ResourceHasBeenPermanentlyDeletedException
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.