Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UriFormatException() [2/4]

System.UriFormatException.UriFormatException ( string? textString)
inline

Definition at line 14 of file UriFormatException.cs.

15 : base(textString)
16 {
17 }