using System; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// The exception thrown when an invalid COM object is used. // Token: 0x020005A0 RID: 1440 [Token(Token = "0x20005A0")] [ComVisible(true)] [Serializable] public class InvalidComObjectException : SystemException { /// Initializes an instance of the with default properties. // Token: 0x06002CD0 RID: 11472 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002CD0")] [Address(RVA = "0x2CEEAE0", Offset = "0x2CEDAE0", VA = "0x182CEEAE0")] 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: 0x06002CD1 RID: 11473 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002CD1")] [Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")] protected InvalidComObjectException(SerializationInfo info, StreamingContext context) { } } }