System.MulticastNotSupportedException.MulticastNotSupportedException C# (CSharp) Method

MulticastNotSupportedException() private method

private MulticastNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return 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