using System; using System.Runtime.InteropServices; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System { /// The exception that is thrown when an attempt to access a class member fails. // Token: 0x02000116 RID: 278 [Token(Token = "0x2000116")] [ComVisible(true)] [Serializable] public class MemberAccessException : SystemException { /// Initializes a new instance of the class. // Token: 0x06000A53 RID: 2643 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000A53")] [Address(RVA = "0x25FE9D0", Offset = "0x25FD7D0", VA = "0x1825FE9D0")] public MemberAccessException() { } /// Initializes a new instance of the class with a specified error message. /// The message that describes the error. // Token: 0x06000A54 RID: 2644 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000A54")] [Address(RVA = "0x25FE9A0", Offset = "0x25FD7A0", VA = "0x1825FE9A0")] public MemberAccessException(string message) { } /// Initializes a new instance of the class with serialized data. /// The object that holds the serialized object data. /// The contextual information about the source or destination. // Token: 0x06000A55 RID: 2645 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000A55")] [Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")] protected MemberAccessException(SerializationInfo info, StreamingContext context) { } } }