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

◆ PlatformNotSupportedException() [3/4]

System.PlatformNotSupportedException.PlatformNotSupportedException ( string? message,
Exception? inner )
inline

Definition at line 22 of file PlatformNotSupportedException.cs.

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

References System.Runtime.Serialization.Dictionary.