Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UriFormatException.cs
Go to the documentation of this file.
3
4namespace System;
5
7[TypeForwardedFrom("System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
9{
11 {
12 }
13
14 public UriFormatException(string? textString)
15 : base(textString)
16 {
17 }
18
19 public UriFormatException(string? textString, Exception? e)
20 : base(textString, e)
21 {
22 }
23
28
33}
UriFormatException(string? textString, Exception? e)
UriFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext)
UriFormatException(string? textString)
void GetObjectData(SerializationInfo info, StreamingContext context)