using System; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// The exception thrown when an invalid COM object is used. // Token: 0x02000581 RID: 1409 [Token(Token = "0x2000581")] [ComVisible(true)] [Serializable] public class InvalidComObjectException : SystemException { /// Initializes an instance of the with default properties. // Token: 0x06002ABC RID: 10940 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002ABC")] [Address(RVA = "0x237AEC0", Offset = "0x2379CC0", VA = "0x18237AEC0")] public InvalidComObjectException() { } /// Initializes a new instance of the class from serialization data. /// The object that holds the serialized object data. /// The contextual information about the source or destination. /// /// is . // Token: 0x06002ABD RID: 10941 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002ABD")] [Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")] protected InvalidComObjectException(SerializationInfo info, StreamingContext context) { } } }