oh dear
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System
|
||||
{
|
||||
/// <summary>The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. Generally this indicates a bug in the compiler that generated the program.</summary>
|
||||
// Token: 0x02000112 RID: 274
|
||||
[Token(Token = "0x2000112")]
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public sealed class InvalidProgramException : SystemException
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.InvalidProgramException" /> class with default properties.</summary>
|
||||
// Token: 0x06000A1B RID: 2587 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000A1B")]
|
||||
[Address(RVA = "0x25FC260", Offset = "0x25FB060", VA = "0x1825FC260")]
|
||||
public InvalidProgramException()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.InvalidProgramException" /> class with a specified error message.</summary>
|
||||
/// <param name="message">The error message that explains the reason for the exception.</param>
|
||||
// Token: 0x06000A1C RID: 2588 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000A1C")]
|
||||
[Address(RVA = "0x25FC230", Offset = "0x25FB030", VA = "0x1825FC230")]
|
||||
public InvalidProgramException(string message)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000A1D RID: 2589 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000A1D")]
|
||||
[Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")]
|
||||
internal InvalidProgramException(SerializationInfo info, StreamingContext context)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user