SynchronizationLockException
E697527
SynchronizationLockException is a .NET exception type thrown when a thread attempts to release a synchronization object that it does not own.
All labels observed (1)
| Label | Occurrences |
|---|---|
| SynchronizationLockException canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897504 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: SynchronizationLockException Context triple: [System.Threading, containsType, SynchronizationLockException]
-
A.
Cascade Locks
Cascade Locks is a small city in northern Oregon along the Columbia River Gorge, known as a gateway to outdoor recreation and scenic waterfalls.
-
B.
DUP
DUP is a socially conservative, unionist political party in Northern Ireland that supports maintaining the region’s status within the United Kingdom.
-
C.
Jakarta Concurrency
Jakarta Concurrency is a Jakarta EE specification that defines standardized APIs and mechanisms for managing asynchronous and parallel execution in enterprise Java applications.
-
D.
Early Bird exception
The Early Bird exception is an NBA salary cap provision that lets teams exceed the cap to re-sign their own players who have been with the team for a specified minimum period, typically enabling more favorable contract terms.
-
E.
Reichenbach synchronization schemes
Reichenbach synchronization schemes are a family of alternative clock-synchronization conventions in special relativity that generalize Einstein’s method by allowing different, yet empirically equivalent, choices for the one-way speed of light.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: SynchronizationLockException Target entity description: SynchronizationLockException is a .NET exception type thrown when a thread attempts to release a synchronization object that it does not own.
-
A.
Cascade Locks
Cascade Locks is a small city in northern Oregon along the Columbia River Gorge, known as a gateway to outdoor recreation and scenic waterfalls.
-
B.
DUP
DUP is a socially conservative, unionist political party in Northern Ireland that supports maintaining the region’s status within the United Kingdom.
-
C.
Jakarta Concurrency
Jakarta Concurrency is a Jakarta EE specification that defines standardized APIs and mechanisms for managing asynchronous and parallel execution in enterprise Java applications.
-
D.
Early Bird exception
The Early Bird exception is an NBA salary cap provision that lets teams exceed the cap to re-sign their own players who have been with the team for a specified minimum period, typically enabling more favorable contract terms.
-
E.
Reichenbach synchronization schemes
Reichenbach synchronization schemes are a family of alternative clock-synchronization conventions in special relativity that generalize Einstein’s method by allowing different, yet empirically equivalent, choices for the one-way speed of light.
- F. None of above. chosen
Statements (45)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
SystemException subclass ⓘ exception class ⓘ |
| baseClass | SystemException NERFINISHED ⓘ |
| canBeCaughtWith | catch (SynchronizationLockException) ⓘ |
| category | runtime exception ⓘ |
| definedInAssembly |
System.Runtime
NERFINISHED
ⓘ
mscorlib NERFINISHED ⓘ |
| definedInNamespace | System.Threading NERFINISHED ⓘ |
| documentationUrl | https://learn.microsoft.com/dotnet/api/system.threading.synchronizationlockexception ⓘ |
| errorCategory | synchronization error ⓘ |
| hasConstructor |
SynchronizationLockException()
NERFINISHED
ⓘ
SynchronizationLockException(SerializationInfo info, StreamingContext context) ⓘ SynchronizationLockException(string message) ⓘ SynchronizationLockException(string message, Exception innerException) ⓘ |
| inheritsFrom |
Exception
ⓘ
Object ⓘ SystemException NERFINISHED ⓘ |
| introducedInFramework | .NET Framework 1.1 NERFINISHED ⓘ |
| isAbstract | false ⓘ |
| isCheckedException | false ⓘ |
| isCLSCompliant | true ⓘ |
| isSealed | false ⓘ |
| isSerializable | true ⓘ |
| language |
C#
NERFINISHED
ⓘ
F# NERFINISHED ⓘ VB.NET NERFINISHED ⓘ |
| platform | Common Language Runtime NERFINISHED ⓘ |
| property |
HResult
ⓘ
HelpLink ⓘ InnerException ⓘ Message ⓘ Source ⓘ StackTrace ⓘ |
| targetFramework |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| threadingRelated | true ⓘ |
| thrownWhen |
Monitor.Exit is called on an object not locked by the current thread
ⓘ
Monitor.Pulse is called on an object not locked by the current thread NERFINISHED ⓘ Monitor.PulseAll is called on an object not locked by the current thread NERFINISHED ⓘ Monitor.Wait is called on an object not locked by the current thread ⓘ a thread attempts to release a synchronization object that it does not own ⓘ |
| usedWith |
Monitor class
ⓘ
lock statement in C# (underlying Monitor methods) ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: SynchronizationLockException Description of subject: SynchronizationLockException is a .NET exception type thrown when a thread attempts to release a synchronization object that it does not own.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.