Represents the exception that is thrown when there is an attempt to add multiple callbacks to a non-multicast delegate.
Object
Exception
SystemException
MulticastNotSupportedException
[Visual Basic] NotInheritable Public Class MulticastNotSupportedException Inherits SystemException [C#] public sealed class MulticastNotSupportedException : SystemException [C++] public __gc __sealed class MulticastNotSupportedException : public SystemException [JScript] public class MulticastNotSupportedException extends SystemException
The MulticastNotSupportedException is the exception class that is thrown when you add multiple callbacks to a delegate that does not allow multicasts to be invoked.
Namespace: System
Assembly: mscorlib.dll