m
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System
|
||||
{
|
||||
/// <summary>The exception that is thrown when there is an attempt to read or write protected memory.</summary>
|
||||
// Token: 0x0200009D RID: 157
|
||||
[Token(Token = "0x200009D")]
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public class AccessViolationException : SystemException
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.AccessViolationException" /> class with a system-supplied message that describes the error.</summary>
|
||||
// Token: 0x0600049E RID: 1182 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600049E")]
|
||||
[Address(RVA = "0x2CFF730", Offset = "0x2CFE730", VA = "0x182CFF730")]
|
||||
public AccessViolationException()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.AccessViolationException" /> class with serialized data.</summary>
|
||||
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data.</param>
|
||||
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
|
||||
// Token: 0x0600049F RID: 1183 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600049F")]
|
||||
[Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")]
|
||||
protected AccessViolationException(SerializationInfo info, StreamingContext context)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user