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
InvalidOperationException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000D2 RID: 210
9 {
10 // Token: 0x060007D6 RID: 2006 RVA: 0x00012A78 File Offset: 0x00010C78
12 : base("Operation is not valid due to the current state of the object.")
13 {
14 this._HResult = 5385;
15 }
16
17 // Token: 0x060007D7 RID: 2007 RVA: 0x00012A9C File Offset: 0x00010C9C
18 public InvalidOperationException(string message)
19 : base(message)
20 {
21 this._HResult = 5385;
22 }
23
24 // Token: 0x060007D8 RID: 2008 RVA: 0x00012ABC File Offset: 0x00010CBC
26 : base(message, innerException)
27 {
28 this._HResult = 5385;
29 }
30
31 // Token: 0x060007D9 RID: 2009 RVA: 0x00012ADC File Offset: 0x00010CDC
33 : base(info, context)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
InvalidOperationException(SerializationInfo info, StreamingContext context)
InvalidOperationException(string message, Exception innerException)