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: 0x0200011D RID: 285
[Token(Token = "0x200011D")]
[ComVisible(true)]
[Serializable]
public class MemberAccessException : SystemException
{
/// Initializes a new instance of the class.
// Token: 0x06000A85 RID: 2693 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A85")]
[Address(RVA = "0x2D6A970", Offset = "0x2D69970", VA = "0x182D6A970")]
public MemberAccessException()
{
}
/// Initializes a new instance of the class with a specified error message.
/// The message that describes the error.
// Token: 0x06000A86 RID: 2694 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A86")]
[Address(RVA = "0x2D6A940", Offset = "0x2D69940", VA = "0x182D6A940")]
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: 0x06000A87 RID: 2695 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A87")]
[Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")]
protected MemberAccessException(SerializationInfo info, StreamingContext context)
{
}
}
}