Initializes an instance of MulticastNotSupportedException with a specified message.
[Visual Basic] Overloads Public Sub New( _ ByVal message As String _ ) [C#] public MulticastNotSupportedException( string message ); [C++] public: MulticastNotSupportedException( String* message ); [JScript] public function MulticastNotSupportedException( message : String );
MulticastNotSupportedException inherits from the Exception class. This constructor sets the properties of the MulticastNotSupportedException object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The message string. |
MulticastNotSupportedException Class | MulticastNotSupportedException Members | System Namespace | MulticastNotSupportedException Constructor Overload List