SemaphoreFullException コンストラクタ ()
アセンブリ: System (system.dll 内)


このコンストラクタは、新しいインスタンスの Message プロパティを初期化して、その値に "セマフォに指定されたカウントを追加すると、カウントの最大値を超える可能性があります。" などのエラーを説明するシステム提供のメッセージを設定します。このメッセージは、システムの現在のカルチャを考慮して指定します。
SemaphoreFullException クラスのインスタンスの初期プロパティ値を次の表に示します。

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SemaphoreFullException コンストラクタ (String, Exception)
アセンブリ: System (system.dll 内)

Dim message As String Dim innerException As Exception Dim instance As New SemaphoreFullException(message, innerException)

前の例外の直接の結果としてスローされる例外については、InnerException プロパティに、前の例外への参照が格納されます。InnerException プロパティは、コンストラクタに渡されたものと同じ値を返します。InnerException プロパティによって内部例外値がコンストラクタに渡されなかった場合は、null 参照 (Visual Basic では Nothing) を返します。

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SemaphoreFullException コンストラクタ (String)
アセンブリ: System (system.dll 内)


message の内容は、例外に関する情報をユーザーに伝えるためのテキスト文字列です。このコンストラクタの呼び出し元は、この文字列が現在のシステムのカルチャに合わせてローカライズ済みであることを確認しておく必要があります。
このコンストラクタを使用して初期化する SemaphoreFullException クラスのインスタンスの初期プロパティ値を次の表に示します。

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SemaphoreFullException コンストラクタ

名前 | 説明 |
---|---|
SemaphoreFullException () | SemaphoreFullException クラスの新しいインスタンスを既定値で初期化します。 |
SemaphoreFullException (String) | 指定したエラー メッセージを使用して、SemaphoreFullException クラスの新しいインスタンスを初期化します。 |
SemaphoreFullException (SerializationInfo, StreamingContext) | シリアル化したデータを使用して、SemaphoreFullException クラスの新しいインスタンスを初期化します。 |
SemaphoreFullException (String, Exception) | 指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、SemaphoreFullException クラスの新しいインスタンスを初期化します。 |

SemaphoreFullException コンストラクタ (SerializationInfo, StreamingContext)
アセンブリ: System (system.dll 内)

Dim info As SerializationInfo Dim context As StreamingContext Dim instance As New SemaphoreFullException(info, context)


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SemaphoreFullException コンストラクタ ()のページへのリンク