The MulticastNotSupportedException class contains the following constructors.
MulticastNotSupportedException()
MulticastNotSupportedException(String strInfo)
The default constructor.
public MulticastNotSupportedException();
A constructor that takes a string argument.
public MulticastNotSupportedException(String strInfo);