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

◆ WarningException() [3/6]

System.ComponentModel.WarningException.WarningException ( string? message,
string? helpUrl )
inline

Definition at line 24 of file WarningException.cs.

25 : this(message, helpUrl, null)
26 {
27 }