NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MulticastNotSupportedException Class

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

Remarks

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.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

MulticastNotSupportedException Members | System Namespace