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: 0x02000343 RID: 835
[Token(Token = "0x2000343")]
[ComVisible(true)]
[Serializable]
public class ThreadStateException : SystemException
{
/// Initializes a new instance of the class with default properties.
// Token: 0x06001E27 RID: 7719 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001E27")]
[Address(RVA = "0x1DA9580", Offset = "0x1DA8380", VA = "0x181DA9580")]
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: 0x06001E28 RID: 7720 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001E28")]
[Address(RVA = "0x1DA95E0", Offset = "0x1DA83E0", VA = "0x181DA95E0")]
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: 0x06001E29 RID: 7721 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001E29")]
[Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")]
protected ThreadStateException(SerializationInfo info, StreamingContext context)
{
}
}
}