Class LockedException
Represents the exception that is thrown when an operation is attempted on a locked resource.
public class LockedException : InvalidOperationException, ISerializable
  - Inheritance
 - 
      
      
      
      
      LockedException
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
LockedException(string)
Represents the exception that is thrown when an operation is attempted on a locked resource.
public LockedException(string message)
  Parameters
messagestringThe error message that explains the reason for the exception.