using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Threading
{
/// The exception that is thrown when a is in an invalid for the method call.
// Token: 0x0200035D RID: 861
[Token(Token = "0x200035D")]
[ComVisible(true)]
[Serializable]
public class ThreadStateException : SystemException
{
/// Initializes a new instance of the class with default properties.
// Token: 0x06002029 RID: 8233 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002029")]
[Address(RVA = "0xB54690", Offset = "0xB53690", VA = "0x180B54690")]
public ThreadStateException()
{
}
/// Initializes a new instance of the class with a specified error message.
/// The error message that explains the reason for the exception.
// Token: 0x0600202A RID: 8234 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600202A")]
[Address(RVA = "0xB546F0", Offset = "0xB536F0", VA = "0x180B546F0")]
public ThreadStateException(string message)
{
}
/// Initializes a new instance of the class with serialized data.
/// The that holds the serialized object data about the exception being thrown.
/// The that contains contextual information about the source or destination.
// Token: 0x0600202B RID: 8235 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600202B")]
[Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")]
protected ThreadStateException(SerializationInfo info, StreamingContext context)
{
}
}
}