using System; namespace ln.threading { public class LockingException : Exception { public LockingException() { } } }