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