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

◆ CustomAttributeFormatException() [2/4]

System.Reflection.CustomAttributeFormatException.CustomAttributeFormatException ( string? message)
inline

Definition at line 15 of file CustomAttributeFormatException.cs.

16 : this(message, null)
17 {
18 }