Table of Contents

Class DeviceLostException

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll
[DataContract]
public sealed class DeviceLostException : Exception, ISerializable
Inheritance
DeviceLostException
Implements
Inherited Members

Constructors

DeviceLostException()

public DeviceLostException()

DeviceLostException(string)

public DeviceLostException(string message)

Parameters

message string

DeviceLostException(string, Exception)

public DeviceLostException(string message, Exception inner)

Parameters

message string
inner Exception