Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Globals.cs
Go to the documentation of this file.
1
namespace
System.Xml.Serialization
;
2
3
internal
static
class
Globals
4
{
5
internal
static
Exception
NotSupported
(
string
msg)
6
{
7
return
new
NotSupportedException
(msg);
8
}
9
}
System.Exception
Definition
Exception.cs:15
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Xml.Serialization.Globals.NotSupported
static Exception NotSupported(string msg)
Definition
Globals.cs:5
System.Xml.Serialization.Globals
Definition
Globals.cs:4
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
source
System.Private.Xml
System.Xml.Serialization
Globals.cs
Generated by
1.10.0