ResourceHasBeenLockedException Class

The exception that is thrown when a resource has been locked

Definition

Namespace: MobileTrack.Common.Models.Exceptions
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class ResourceHasBeenLockedException : Exception
Inheritance
Object    Exception    ResourceHasBeenLockedException

Remarks

If a user is trying to access a resource that is currently IsLocked, this exception will be thrown.

Constructors

ResourceHasBeenLockedException Default constructor
ResourceHasBeenLockedException(String) Constructor with message
ResourceHasBeenLockedException(String, Exception) Constructor with message and inner exception

See Also