August 2003
Intermediate to advanced
928 pages
32h 1m
English
MulticastNotSupportedException
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(stringmessage); public MulticastNotSupportedException(stringmessage, Exceptioninner); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
MulticastNotSupportedException