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

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

結合できるのは、MulticastDelegate 型に基づくデリゲートだけです。2 つのマルチキャスト デリゲートは、CombineImpl メソッドを使用して結合できます。
MulticastNotSupportedException は、値 0x80131514 を保持する HRESULT COR_E_MULTICASTNOTSUPPORTED を使用します。
MulticastNotSupportedException のインスタンスの初期プロパティ値の一覧については、MulticastNotSupportedException コンストラクタのトピックを参照してください。

System.Exception
System.SystemException
System.MulticastNotSupportedException


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


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