MulticastNotSupportedException

MulticastNotSupportedException CF 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



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net