March 2002
Intermediate to advanced
864 pages
31h 8m
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 method MulticastNotSupportedException(); public method MulticastNotSupportedException( string message); public method MulticastNotSupportedException( string message, Exception inner); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→MulticastNotSupportedException