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

◆ InternalException() [7/7]

System.Net.InternalException.InternalException ( object unexpectedValue)
inlinepackage

Definition at line 24 of file InternalException.cs.

25 {
26 _unexpectedValue = unexpectedValue;
27 }

References System.Net.InternalException._unexpectedValue.