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 Constructor

Initializes an instance of the MulticastNotSupportedException class.

Overload List

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);

See Also

MulticastNotSupportedException Class | MulticastNotSupportedException Members | System Namespace