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: 0x020000C6 RID: 198
[Token(Token = "0x20000C6")]
[ComVisible(true)]
[Serializable]
public class CannotUnloadAppDomainException : SystemException
{
/// Initializes a new instance of the class.
// Token: 0x060005C8 RID: 1480 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60005C8")]
[Address(RVA = "0x2D0F370", Offset = "0x2D0E370", VA = "0x182D0F370")]
public CannotUnloadAppDomainException()
{
}
/// Initializes a new instance of the class with a specified error message.
/// A that describes the error.
// Token: 0x060005C9 RID: 1481 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60005C9")]
[Address(RVA = "0x2D0F3D0", Offset = "0x2D0E3D0", VA = "0x182D0F3D0")]
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: 0x060005CA RID: 1482 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60005CA")]
[Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")]
protected CannotUnloadAppDomainException(SerializationInfo info, StreamingContext context)
{
}
}
}