System.MulticastNotSupportedException.MulticastNotSupportedException C# (CSharp) Method

MulticastNotSupportedException() public method

public MulticastNotSupportedException ( string message ) : System.Runtime.InteropServices
message string
return System.Runtime.InteropServices
        public MulticastNotSupportedException(string message) : base(message)
        {
            base.SetErrorCode(-2146233068);
        }

Same methods

MulticastNotSupportedException::MulticastNotSupportedException ( ) : System.Runtime.InteropServices
MulticastNotSupportedException::MulticastNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
MulticastNotSupportedException::MulticastNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
MulticastNotSupportedException