Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExceptionUtilities.cs
Go to the documentation of this file.
2
3internal static class ExceptionUtilities
4{
6
7 internal static Exception UnexpectedValue(object value)
8 {
9 if (value != null && value.GetType().FullName != null)
10 {
12 }
14 }
15}
static Exception UnexpectedValue(object value)
static string UnexpectedValueUnknownType
Definition SR.cs:244
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string UnreachableLocation
Definition SR.cs:246
static string UnexpectedValue
Definition SR.cs:242
Definition SR.cs:7