Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InvalidExpressionException.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 }
18
20 : base(s)
21 {
22 }
23
25 : base(message, innerException)
26 {
27 }
28}
InvalidExpressionException(string? message, Exception? innerException)
InvalidExpressionException(SerializationInfo info, StreamingContext context)