LockedFileException.

LockedFileException(Exception) Constructor

Summary

Initializes a new instance wrapping the given inner exception and using its message.
Namespace
GitVersion
Containing Type
LockedFileException

Syntax

public LockedFileException(Exception inner)

Parameters

Name Type Description
inner Exception

Return Value

Type Description
void
GitHub