using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System
{
/// The exception that is thrown when an attempt to unload an application domain fails.
// Token: 0x020000BF RID: 191
[Token(Token = "0x20000BF")]
[ComVisible(true)]
[Serializable]
public class CannotUnloadAppDomainException : SystemException
{
/// Initializes a new instance of the class.
// Token: 0x060005AB RID: 1451 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60005AB")]
[Address(RVA = "0x26CB610", Offset = "0x26CA410", VA = "0x1826CB610")]
public CannotUnloadAppDomainException()
{
}
/// Initializes a new instance of the class with a specified error message.
/// A that describes the error.
// Token: 0x060005AC RID: 1452 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60005AC")]
[Address(RVA = "0x26CB670", Offset = "0x26CA470", VA = "0x1826CB670")]
public CannotUnloadAppDomainException(string message)
{
}
/// Initializes a new instance of the class from serialized data.
/// The object that holds the serialized object data.
/// The contextual information about the source or destination.
// Token: 0x060005AD RID: 1453 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60005AD")]
[Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")]
protected CannotUnloadAppDomainException(SerializationInfo info, StreamingContext context)
{
}
}
}