System.MulticastNotSupportedException
namespace System
{
public sealed class MulticastNotSupportedException :
SystemException
{
public MulticastNotSupportedException();
public MulticastNotSupportedException(
string message);
public MulticastNotSupportedException(
string message,
Exception inner);
}
}