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
ExternalException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Globalization
;
3
using
System.Runtime.Serialization
;
4
5
namespace
System.Runtime.InteropServices
6
{
7
// Token: 0x0200042E RID: 1070
8
[
Serializable
]
9
public
class
ExternalException
:
SystemException
10
{
11
// Token: 0x06002145 RID: 8517 RVA: 0x0004BD00 File Offset: 0x00049F00
12
public
ExternalException
()
13
:
base
(
"External component has thrown an exception."
)
14
{
15
this._HResult
= 16389;
16
}
17
18
// Token: 0x06002146 RID: 8518 RVA: 0x0004BD24 File Offset: 0x00049F24
19
public
ExternalException
(
string
message)
20
:
base
(message)
21
{
22
this._HResult
= 16389;
23
}
24
25
// Token: 0x06002147 RID: 8519 RVA: 0x0004BD44 File Offset: 0x00049F44
26
public
ExternalException
(
string
message,
Exception
inner
)
27
:
base
(message,
inner
)
28
{
29
this._HResult
= 16389;
30
}
31
32
// Token: 0x06002148 RID: 8520 RVA: 0x0004BD64 File Offset: 0x00049F64
33
public
ExternalException
(
string
message,
int
errorCode
)
34
:
base
(message)
35
{
36
this._HResult
=
errorCode
;
37
}
38
39
// Token: 0x06002149 RID: 8521 RVA: 0x0004BD80 File Offset: 0x00049F80
40
protected
ExternalException
(
SerializationInfo
info
,
StreamingContext
context)
41
:
base
(
info
, context)
42
{
43
}
44
45
// Token: 0x17000455 RID: 1109
46
// (get) Token: 0x0600214A RID: 8522 RVA: 0x0004BD98 File Offset: 0x00049F98
47
public
virtual
int
ErrorCode
48
{
49
get
50
{
51
return
this.
_HResult
;
52
}
53
}
54
55
// Token: 0x0600214B RID: 8523 RVA: 0x0004BDAC File Offset: 0x00049FAC
56
public
override
string
ToString
()
57
{
58
Type
type =
base
.
GetType
();
59
if
(this.
_HResult
== 0)
60
{
61
}
62
CultureInfo
invariantCulture
=
CultureInfo
.
InvariantCulture
;
63
if
(this.
_innerException
!=
null
)
64
{
65
}
66
if
(
this
!=
null
)
67
{
68
string
newLine =
Environment
.
NewLine
;
69
}
70
string
text
;
71
return
text
;
72
}
73
}
74
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Environment.NewLine
static string NewLine
Definition
Environment.cs:90
System.Environment
Definition
Environment.cs:17
System.Exception._innerException
Exception _innerException
Definition
Exception.cs:418
System.Exception._HResult
int _HResult
Definition
Exception.cs:439
System.Exception
Definition
Exception.cs:15
System.Globalization.CultureInfo.InvariantCulture
static CultureInfo InvariantCulture
Definition
CultureInfo.cs:39
System.Globalization.CultureInfo
Definition
CultureInfo.cs:15
System.Runtime.InteropServices.ExternalException.ExternalException
ExternalException(string message)
Definition
ExternalException.cs:19
System.Runtime.InteropServices.ExternalException.ExternalException
ExternalException()
Definition
ExternalException.cs:12
System.Runtime.InteropServices.ExternalException.ExternalException
ExternalException(SerializationInfo info, StreamingContext context)
Definition
ExternalException.cs:40
System.Runtime.InteropServices.ExternalException.ExternalException
ExternalException(string message, Exception inner)
Definition
ExternalException.cs:26
System.Runtime.InteropServices.ExternalException.ToString
override string ToString()
Definition
ExternalException.cs:56
System.Runtime.InteropServices.ExternalException.ExternalException
ExternalException(string message, int errorCode)
Definition
ExternalException.cs:33
System.Runtime.InteropServices.ExternalException.ErrorCode
virtual int ErrorCode
Definition
ExternalException.cs:48
System.Runtime.InteropServices.ExternalException
Definition
ExternalException.cs:10
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.cs:9
System.Type.GetType
new Type GetType()
Definition
Type.cs:287
System.Type
Definition
Type.cs:12
System.Globalization
Definition
Bootstring.cs:5
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
mscorlib
System
Runtime
InteropServices
ExternalException.cs
Generated by
1.10.0