using System; using System.Runtime.InteropServices; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System { /// The exception that is thrown when the time allotted for a process or operation has expired. // Token: 0x02000143 RID: 323 [Token(Token = "0x2000143")] [ComVisible(true)] [Serializable] public class TimeoutException : SystemException { /// Initializes a new instance of the class. // Token: 0x06000C96 RID: 3222 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000C96")] [Address(RVA = "0x327D330", Offset = "0x327C130", VA = "0x18327D330")] public TimeoutException() { } /// Initializes a new instance of the class with the specified error message. /// The message that describes the error. // Token: 0x06000C97 RID: 3223 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000C97")] [Address(RVA = "0x327D390", Offset = "0x327C190", VA = "0x18327D390")] public TimeoutException(string message) { } /// Initializes a new instance of the class with serialized data. /// The object that contains serialized object data about the exception being thrown. /// The object that contains contextual information about the source or destination. The parameter is reserved for future use, and can be specified as . /// The parameter is . /// The class name is , or is zero (0). // Token: 0x06000C98 RID: 3224 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000C98")] [Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")] protected TimeoutException(SerializationInfo info, StreamingContext context) { } } }