terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ExecutionEngineException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000A6 RID: 166
7 [Obsolete("This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")]
10 {
11 // Token: 0x06000678 RID: 1656 RVA: 0x0000F9D4 File Offset: 0x0000DBD4
13 : base("Internal error in the runtime.")
14 {
15 this._HResult = 5382;
16 }
17
18 // Token: 0x06000679 RID: 1657 RVA: 0x0000F9F8 File Offset: 0x0000DBF8
19 public ExecutionEngineException(string message)
20 : base(message)
21 {
22 this._HResult = 5382;
23 }
24
25 // Token: 0x0600067A RID: 1658 RVA: 0x0000FA18 File Offset: 0x0000DC18
27 : base(info, context)
28 {
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
ExecutionEngineException(SerializationInfo info, StreamingContext context)