a
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System
|
||||
{
|
||||
/// <summary>The exception that is thrown when an attempt to access a class member fails.</summary>
|
||||
// Token: 0x02000116 RID: 278
|
||||
[Token(Token = "0x2000116")]
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public class MemberAccessException : SystemException
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.MemberAccessException" /> class.</summary>
|
||||
// Token: 0x06000A53 RID: 2643 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000A53")]
|
||||
[Address(RVA = "0x25FE9D0", Offset = "0x25FD7D0", VA = "0x1825FE9D0")]
|
||||
public MemberAccessException()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.MemberAccessException" /> class with a specified error message.</summary>
|
||||
/// <param name="message">The message that describes the error.</param>
|
||||
// Token: 0x06000A54 RID: 2644 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000A54")]
|
||||
[Address(RVA = "0x25FE9A0", Offset = "0x25FD7A0", VA = "0x1825FE9A0")]
|
||||
public MemberAccessException(string message)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.MemberAccessException" /> class with serialized data.</summary>
|
||||
/// <param name="info">The object that holds the serialized object data.</param>
|
||||
/// <param name="context">The contextual information about the source or destination.</param>
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user