Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
TargetParameterCountException.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Reflection
;
5
6
[
Serializable
]
7
[
TypeForwardedFrom
(
"mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
8
public
sealed
class
TargetParameterCountException
:
ApplicationException
9
{
10
public
TargetParameterCountException
()
11
:
base
(
SR
.Arg_TargetParameterCountException)
12
{
13
base.HResult
= -2147352562;
14
}
10
public
TargetParameterCountException
() {
…
}
15
16
public
TargetParameterCountException
(
string
? message)
17
:
base
(message)
18
{
19
base.HResult
= -2147352562;
20
}
16
public
TargetParameterCountException
(
string
? message) {
…
}
21
22
public
TargetParameterCountException
(
string
? message,
Exception
? inner)
23
:
base
(message, inner)
24
{
25
base.HResult
= -2147352562;
26
}
22
public
TargetParameterCountException
(
string
? message,
Exception
? inner) {
…
}
27
28
private
TargetParameterCountException
(
SerializationInfo
info
,
StreamingContext
context)
29
:
base
(
info
, context)
30
{
31
}
28
private
TargetParameterCountException
(
SerializationInfo
info
,
StreamingContext
context) {
…
}
32
}
8
public
sealed
class
TargetParameterCountException
:
ApplicationException
{
…
};
System.ApplicationException
Definition
ApplicationException.cs:9
System.Exception
Definition
Exception.cs:15
System.Reflection.TargetParameterCountException.TargetParameterCountException
TargetParameterCountException()
Definition
TargetParameterCountException.cs:10
System.Reflection.TargetParameterCountException.TargetParameterCountException
TargetParameterCountException(string? message)
Definition
TargetParameterCountException.cs:16
System.Reflection.TargetParameterCountException.TargetParameterCountException
TargetParameterCountException(string? message, Exception? inner)
Definition
TargetParameterCountException.cs:22
System.Reflection.TargetParameterCountException.TargetParameterCountException
TargetParameterCountException(SerializationInfo info, StreamingContext context)
Definition
TargetParameterCountException.cs:28
System.Reflection.TargetParameterCountException
Definition
TargetParameterCountException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.SR
Definition
SR.cs:7
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Private.CoreLib
System.Reflection
TargetParameterCountException.cs
Generated by
1.10.0