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

◆ TypeUnloadedException() [3/4]

System.TypeUnloadedException.TypeUnloadedException ( string? message,
Exception? innerException )
inline

Definition at line 22 of file TypeUnloadedException.cs.

23 : base(message, innerException)
24 {
25 base.HResult = -2146234349;
26 }

References System.Runtime.Serialization.Dictionary.