using System; using System.Runtime.InteropServices; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System { /// The exception that is thrown when there is an attempt to combine two delegates based on the type instead of the type. This class cannot be inherited. // Token: 0x0200011C RID: 284 [Token(Token = "0x200011C")] [ComVisible(true)] [Serializable] public sealed class MulticastNotSupportedException : SystemException { /// Initializes a new instance of the class. // Token: 0x06000A6A RID: 2666 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000A6A")] [Address(RVA = "0x2602640", Offset = "0x2601440", VA = "0x182602640")] public MulticastNotSupportedException() { } /// Initializes a new instance of the class with a specified error message. /// The message that describes the error. // Token: 0x06000A6B RID: 2667 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000A6B")] [Address(RVA = "0x26026A0", Offset = "0x26014A0", VA = "0x1826026A0")] public MulticastNotSupportedException(string message) { } // Token: 0x06000A6C RID: 2668 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000A6C")] [Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")] internal MulticastNotSupportedException(SerializationInfo info, StreamingContext context) { } } }