Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MetadataException.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
internal
sealed
class
MetadataException
:
Exception
4
{
5
private
int
m_hr
;
6
7
internal
MetadataException
(
int
hr)
8
{
9
m_hr
= hr;
10
}
11
12
public
override
string
ToString
()
13
{
14
return
$
"MetadataException HResult = {m_hr:x}."
;
15
}
16
}
System.Exception
Definition
Exception.cs:15
System.Reflection.MetadataException.m_hr
int m_hr
Definition
MetadataException.cs:5
System.Reflection.MetadataException.ToString
override string ToString()
Definition
MetadataException.cs:12
System.Reflection.MetadataException.MetadataException
MetadataException(int hr)
Definition
MetadataException.cs:7
System.Reflection.MetadataException
Definition
MetadataException.cs:4
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
MetadataException.cs
Generated by
1.10.0