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
ValidationEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x02000136 RID: 310
6
public
class
ValidationEventArgs
:
EventArgs
7
{
8
// Token: 0x17000303 RID: 771
9
// (get) Token: 0x06000A9C RID: 2716 RVA: 0x0001D9B0 File Offset: 0x0001BBB0
10
public
XmlSeverityType
Severity
11
{
12
get
13
{
14
return
this.
severity
;
15
}
16
}
17
18
// Token: 0x17000304 RID: 772
19
// (get) Token: 0x06000A9D RID: 2717 RVA: 0x0001D9C4 File Offset: 0x0001BBC4
20
public
XmlSchemaException
Exception
21
{
22
get
23
{
24
return
this.
ex
;
25
}
26
}
27
28
// Token: 0x04000561 RID: 1377
29
private
XmlSchemaException
ex
;
30
31
// Token: 0x04000562 RID: 1378
32
private
XmlSeverityType
severity
;
33
}
34
}
System.EventArgs
Definition
EventArgs.cs:8
System.Exception
Definition
Exception.cs:15
System.Xml.Schema.ValidationEventArgs.severity
XmlSeverityType severity
Definition
ValidationEventArgs.cs:32
System.Xml.Schema.ValidationEventArgs.ex
XmlSchemaException ex
Definition
ValidationEventArgs.cs:29
System.Xml.Schema.ValidationEventArgs.Severity
XmlSeverityType Severity
Definition
ValidationEventArgs.cs:11
System.Xml.Schema.ValidationEventArgs
Definition
ValidationEventArgs.cs:7
System.Xml.Schema.XmlSchemaException
Definition
XmlSchemaException.cs:9
System.Xml.Schema.XmlSeverityType
XmlSeverityType
Definition
XmlSeverityType.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
ValidationEventArgs.cs
Generated by
1.10.0