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
ArgumentNullException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000084 RID: 132
9 {
10 // Token: 0x060003CE RID: 974 RVA: 0x0000BF7C File Offset: 0x0000A17C
12 : base("Value cannot be null.")
13 {
14 this._HResult = 16387;
15 }
16
17 // Token: 0x060003CF RID: 975 RVA: 0x0000BFA0 File Offset: 0x0000A1A0
19 : base("Value cannot be null.")
20 {
22 this._HResult = 16387;
23 }
24
25 // Token: 0x060003D0 RID: 976 RVA: 0x0000BFCC File Offset: 0x0000A1CC
26 public ArgumentNullException(string paramName, string message)
27 : base(message)
28 {
30 this._HResult = 16387;
31 }
32
33 // Token: 0x060003D1 RID: 977 RVA: 0x0000BFF4 File Offset: 0x0000A1F4
35 : base(info, context)
36 {
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
ArgumentNullException(SerializationInfo info, StreamingContext context)
ArgumentNullException(string paramName, string message)