SynchronizationLockException クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class SynchronizationLockException Inherits SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public class SynchronizationLockException : SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class SynchronizationLockException : public SystemException

SynchronizationLockException は、Monitor クラスの Exit、Pulse、PulseAll、および Wait の各メソッドを、コードの非同期ブロックから呼び出すと、スローされます。
SynchronizationLockException は、値 0x80131518 の HRESULT COR_E_SYNCHRONIZATIONLOCK を使用します。
SynchronizationLockException のインスタンスの初期プロパティ値の一覧については、SynchronizationLockException コンストラクタのトピックを参照してください。

System.Exception
System.SystemException
System.Threading.SynchronizationLockException


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SynchronizationLockException クラスのページへのリンク