using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System
{
/// 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.
// Token: 0x02000112 RID: 274
[Token(Token = "0x2000112")]
[ComVisible(true)]
[Serializable]
public sealed class InvalidProgramException : SystemException
{
/// Initializes a new instance of the class with default properties.
// Token: 0x06000A1B RID: 2587 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000A1B")]
[Address(RVA = "0x25FC260", Offset = "0x25FB060", VA = "0x1825FC260")]
public InvalidProgramException()
{
}
/// Initializes a new instance of the class with a specified error message.
/// The error message that explains the reason for the exception.
// 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)
{
}
}
}