MulticastNotSupportedException

MulticastNotSupportedExceptionCF 1.0, serializable

System (mscorlib.dll)sealed class

This exception is thrown when two uncombinable delegates are combined; see Delegate and MulticastDelegate for details regarding what constitutes combinable delegates.

public sealed class MulticastNotSupportedException : SystemException {
// Public Constructors
   public MulticastNotSupportedException( );
   public MulticastNotSupportedException(string message);
   public MulticastNotSupportedException(string message,  Exception inner);
}

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException MulticastNotSupportedException



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System