Table of Contents

Class NoSuitableGraphicsDeviceException

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

Constructors

NoSuitableGraphicsDeviceException()

public NoSuitableGraphicsDeviceException()

NoSuitableGraphicsDeviceException(string)

public NoSuitableGraphicsDeviceException(string message)

Parameters

message string

NoSuitableGraphicsDeviceException(string, Exception)

public NoSuitableGraphicsDeviceException(string message, Exception inner)

Parameters

message string
inner Exception