Reputation: 1013
This error is not common and I have so far found this on one computer only. It can be reproduced but I do not have the develop environment on that computer. The error appears when calling SyncLock/lock on an object.
What could create this kind of error?
System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at System.Threading.Monitor.Enter(Object obj)
Upvotes: 2
Views: 307