System.MulticastNotSupportedException.MulticastNotSupportedException C# (CSharp) 메소드

MulticastNotSupportedException() 공개 메소드

public MulticastNotSupportedException ( string message ) : System.Runtime.InteropServices
message string
리턴 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