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

◆ DeviceLostException() [3/4]

Microsoft.Xna.Framework.Graphics.DeviceLostException.DeviceLostException ( string message,
Exception inner )
inline

Definition at line 18 of file DeviceLostException.cs.

19 : base(message, inner)
20 {
21 }