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
InvalidEnumArgumentException.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000341 RID: 833
10 {
11 // Token: 0x060015AD RID: 5549 RVA: 0x00040684 File Offset: 0x0003E884
13 {
14 }
15
16 // Token: 0x060015AE RID: 5550 RVA: 0x00040694 File Offset: 0x0003E894
17 public InvalidEnumArgumentException(string message)
18 : base(message)
19 {
20 }
21
22 // Token: 0x060015AF RID: 5551 RVA: 0x000406A8 File Offset: 0x0003E8A8
24 : base(message, innerException)
25 {
26 }
27
28 // Token: 0x060015B0 RID: 5552 RVA: 0x000406C0 File Offset: 0x0003E8C0
30 {
31 if (!true)
32 {
33 }
35 string text2;
36 string text = SR.Format("The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.", argumentName, text2, enumClass);
37 base..ctor(text, argumentName);
38 }
39
40 // Token: 0x060015B1 RID: 5553 RVA: 0x000406F0 File Offset: 0x0003E8F0
42 : base(info, context)
43 {
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7
InvalidEnumArgumentException(string argumentName, int invalidValue, Type enumClass)
InvalidEnumArgumentException(SerializationInfo info, StreamingContext context)
InvalidEnumArgumentException(string message, Exception innerException)
static CultureInfo CurrentCulture