CrossThreadLockingException Class
- Last UpdatedApr 08, 2026
- 1 minute read
An unlock occurred on a different thread than the thread that the lock occurred.
Lock and unlocks must be performed within the same thread.
public class CrossThreadLockingException : System.InvalidOperationException
public ref class CrossThreadLockingException : public System.InvalidOperationException
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
OASySDNA.RealTime.Data.Common.CrossThreadLockingException