LockedFileException Class

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(Exception) Initializes a new instance wrapping the given inner exception and using its message.
LockedFileException(string, Exception?) Initializes a new instance with the given message and inner exception.
LockedFileException(string) Initializes a new instance with the given error message.

Extension Methods

Name Value Summary
NotNull<LockedFileException>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub