AcquireLockFailedException Class
Namespace: Velopack.Exceptions
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Thrown when an exclusive lock for an application cannot be acquired. Usually this means another instance of the application is running Velopack operations and the current instance cannot proceed.
[NullableContext(1)]
[Nullable(0)]
[ExcludeFromCodeCoverage]
public class AcquireLockFailedException : Exception
Inheritance: object → Exception → AcquireLockFailedException
Attributes: NullableContextAttribute,NullableAttribute,ExcludeFromCodeCoverageAttribute
Documentation generated by MdDocs