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

MulticastNotSupportedException() 개인적인 메소드

private MulticastNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
리턴 System.Runtime.InteropServices
        internal MulticastNotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

MulticastNotSupportedException::MulticastNotSupportedException ( ) : System.Runtime.InteropServices
MulticastNotSupportedException::MulticastNotSupportedException ( string message ) : System.Runtime.InteropServices
MulticastNotSupportedException::MulticastNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
MulticastNotSupportedException