TITcs.SharePoint.Libs by Stiven F. Câmara

<PackageReference Include="TITcs.SharePoint.Libs" Version="1.0.0" />

.NET API 60,016,200 bytes

 SPFileLockException

public sealed class SPFileLockException : SPException
public string LockedBy { get; }

public DateTime LockExpires { get; }

public string LockId { get; }

public SPLockType LockType { get; }

public SPFileLockExceptionType Type { get; }

public SPFileLockException(string message, int errorCode, SPFileLockExceptionType type, SPLockType lockType, string lockUser, DateTime lockExpires, string lockId)

public SPFileLockException(SPFile file, string message, int errorCode, SPFileLockExceptionType type)