Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UpaException.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
sealed
class
UpaException
:
Exception
4
{
5
private
readonly
object
_particle1
;
6
7
private
readonly
object
_particle2
;
8
9
public
object
Particle1
=>
_particle1
;
10
11
public
object
Particle2
=>
_particle2
;
12
13
public
UpaException
(
object
particle1
,
object
particle2
)
14
{
15
_particle1
=
particle1
;
16
_particle2
=
particle2
;
17
}
18
}
System.Exception
Definition
Exception.cs:15
System.Xml.Schema.UpaException.UpaException
UpaException(object particle1, object particle2)
Definition
UpaException.cs:13
System.Xml.Schema.UpaException._particle1
readonly object _particle1
Definition
UpaException.cs:5
System.Xml.Schema.UpaException.Particle2
object Particle2
Definition
UpaException.cs:11
System.Xml.Schema.UpaException._particle2
readonly object _particle2
Definition
UpaException.cs:7
System.Xml.Schema.UpaException.Particle1
object Particle1
Definition
UpaException.cs:9
System.Xml.Schema.UpaException
Definition
UpaException.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Schema
UpaException.cs
Generated by
1.10.0