System.MulticastNotSupportedException.MulticastNotSupportedException C# (CSharp) Method

MulticastNotSupportedException() public method

public MulticastNotSupportedException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
        public MulticastNotSupportedException() : base(Environment.GetResourceString("Arg_MulticastNotSupportedException"))
        {
            base.SetErrorCode(-2146233068);
        }

Same methods

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