Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StrongTypingException.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Data
;
5
6
[
Serializable
]
7
[
TypeForwardedFrom
(
"System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
8
public
class
StrongTypingException
:
DataException
9
{
10
protected
StrongTypingException
(
SerializationInfo
info
,
StreamingContext
context)
11
:
base
(
info
, context)
12
{
13
}
14
15
public
StrongTypingException
()
16
{
17
base.HResult
= -2146232021;
18
}
19
20
public
StrongTypingException
(
string
? message)
21
:
base
(message)
22
{
23
base.HResult
= -2146232021;
24
}
25
26
public
StrongTypingException
(
string
?
s
,
Exception
?
innerException
)
27
:
base
(
s
,
innerException
)
28
{
29
base.HResult
= -2146232021;
30
}
31
}
System.Data.DataException
Definition
DataException.cs:9
System.Data.StrongTypingException.StrongTypingException
StrongTypingException()
Definition
StrongTypingException.cs:15
System.Data.StrongTypingException.StrongTypingException
StrongTypingException(SerializationInfo info, StreamingContext context)
Definition
StrongTypingException.cs:10
System.Data.StrongTypingException.StrongTypingException
StrongTypingException(string? s, Exception? innerException)
Definition
StrongTypingException.cs:26
System.Data.StrongTypingException.StrongTypingException
StrongTypingException(string? message)
Definition
StrongTypingException.cs:20
System.Data.StrongTypingException
Definition
StrongTypingException.cs:9
System.Exception
Definition
Exception.cs:15
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.Data.IsolationLevel.Serializable
@ Serializable
System.Data
Definition
ADP.cs:12
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.s
@ s
System.ExceptionArgument.info
@ info
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Data.Common
System.Data
StrongTypingException.cs
Generated by
1.10.0