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
RankException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000F1 RID: 241
9 {
10 // Token: 0x060008F1 RID: 2289 RVA: 0x00015C04 File Offset: 0x00013E04
12 : base("Attempted to operate on an array with the incorrect number of dimensions.")
13 {
14 this._HResult = 5399;
15 }
16
17 // Token: 0x060008F2 RID: 2290 RVA: 0x00015C28 File Offset: 0x00013E28
18 public RankException(string message)
19 : base(message)
20 {
21 this._HResult = 5399;
22 }
23
24 // Token: 0x060008F3 RID: 2291 RVA: 0x00015C48 File Offset: 0x00013E48
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
RankException(SerializationInfo info, StreamingContext context)
RankException(string message)