Table of Contents

Class DeviceNotResetException

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

Constructors

DeviceNotResetException()

public DeviceNotResetException()

DeviceNotResetException(string)

public DeviceNotResetException(string message)

Parameters

message string

DeviceNotResetException(string, Exception)

public DeviceNotResetException(string message, Exception inner)

Parameters

message string
inner Exception