Initializes an instance of the MulticastNotSupportedException class.
Initializes an instance of the MulticastNotSupportedException with default properties.
[Visual Basic] Overloads Public Sub New()
[C#] public MulticastNotSupportedException();
[C++] public: MulticastNotSupportedException();
[JScript] public function MulticastNotSupportedException();
Initializes an instance of MulticastNotSupportedException with a specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public MulticastNotSupportedException(String);
[C++] public: MulticastNotSupportedException(String*);
[JScript] public function MulticastNotSupportedException(String);
Initializes an instance of MulticastNotSupportedException with a specified message and the exception that is the root cause of this exception.
[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public MulticastNotSupportedException(String, Exception);
[C++] public: MulticastNotSupportedException(String*, Exception);
[JScript] public function MulticastNotSupportedException(String, Exception);
MulticastNotSupportedException Class | MulticastNotSupportedException Members | System Namespace