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

◆ AppDomainUnloadedException() [3/4]

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

Definition at line 22 of file AppDomainUnloadedException.cs.

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

References System.Runtime.Serialization.Dictionary.