Table of Contents

Class LockedException

Namespace
Ecng.Common
Assembly
Ecng.Common.dll

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

message string

The error message that explains the reason for the exception.