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
DecoderFallbackException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Text
5{
6 // Token: 0x02000263 RID: 611
9 {
10 // Token: 0x0600149F RID: 5279 RVA: 0x0002B39C File Offset: 0x0002959C
12 : base("Value does not fall within the expected range.")
13 {
14 this._HResult = 87;
15 }
16
17 // Token: 0x060014A0 RID: 5280 RVA: 0x0002B3BC File Offset: 0x000295BC
18 public DecoderFallbackException(string message, byte[] bytesUnknown, int index)
19 : base(message)
20 {
23 }
24
25 // Token: 0x060014A1 RID: 5281 RVA: 0x0002B3E0 File Offset: 0x000295E0
30
31 // Token: 0x04000AEE RID: 2798
32 private byte[] _bytesUnknown;
33
34 // Token: 0x04000AEF RID: 2799
35 private int _index;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
DecoderFallbackException(string message, byte[] bytesUnknown, int index)
DecoderFallbackException(SerializationInfo serializationInfo, StreamingContext streamingContext)