System.MulticastNotSupportedException.MulticastNotSupportedException C# (CSharp) Method

MulticastNotSupportedException() public method

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

Same methods

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