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

◆ DeviceNotResetException() [3/4]

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

Definition at line 18 of file DeviceNotResetException.cs.

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