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

◆ UriFormatException() [3/4]

System.UriFormatException.UriFormatException ( string? textString,
Exception? e )
inline

Definition at line 19 of file UriFormatException.cs.

20 : base(textString, e)
21 {
22 }