Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StrongTypingException.cs
Go to the documentation of this file.
3
4namespace System.Data;
5
7[TypeForwardedFrom("System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
9{
11 : base(info, context)
12 {
13 }
14
16 {
17 base.HResult = -2146232021;
18 }
19
20 public StrongTypingException(string? message)
21 : base(message)
22 {
23 base.HResult = -2146232021;
24 }
25
28 {
29 base.HResult = -2146232021;
30 }
31}
StrongTypingException(SerializationInfo info, StreamingContext context)
StrongTypingException(string? s, Exception? innerException)