<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.MulticastNotSupportedException
namespace System
{
public sealed class MulticastNotSupportedException :
SystemException
{
public MulticastNotSupportedException();
public MulticastNotSupportedException(
string message);
public MulticastNotSupportedException(
string message,
Exception inner);
}
}