System.MulticastNotSupportedException Class

The exception that is thrown when there is an attempt to combine two delegates based on the Delegate type instead of the MulticastDelegate type. This class cannot be inherited.

See Also: MulticastNotSupportedException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public sealed class MulticastNotSupportedException : SystemException

Remarks

Only delegates based on the MulticastDelegate type can be combined. Two multicast delegates can be combined using the MulticastDelegate.CombineImpl(Delegate) method.

MulticastNotSupportedException uses the HRESULT COR_E_MULTICASTNOTSUPPORTED, which has the value 0x80131514.

For a list of initial property values for an instance of MulticastNotSupportedException, see the MulticastNotSupportedException.#ctor constructors.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0