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
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class SynchronizationLockException extends SystemException
SerializableAttribute ComVisibleAttribute(true) public class SynchronizationLockException extends 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 クラスのページへのリンク