Summary
Raised when a file cannot be accessed because it is locked by
another process.
- Namespace
- GitVersion
- Base Types
-
- Exception
graph BT Type-->Base0["Exception"]
Type["LockedFileException"] class Type type-node
Syntax
public class LockedFileException : Exception
Constructors
| Name | Summary |
|---|---|
|
LockedFileException |
Initializes a new instance with no message. |
|
LockedFileException |
Initializes a new instance wrapping the given inner exception and using its message. |
|
LockedFileException |
Initializes a new instance with the given message and inner exception. |
|
LockedFileException |
Initializes a new instance with the given error message. |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|