Class NoSuitableGraphicsDeviceException
Thrown when no available graphics device fits the given device preferences.
[DataContract]
public sealed class NoSuitableGraphicsDeviceException : Exception, ISerializable
- Inheritance
-
NoSuitableGraphicsDeviceException
- Implements
- Inherited Members
Constructors
NoSuitableGraphicsDeviceException()
Initializes a new instance of the NoSuitableGraphicsDeviceException class.
public NoSuitableGraphicsDeviceException()
NoSuitableGraphicsDeviceException(string)
Initializes a new instance of the NoSuitableGraphicsDeviceException class with a specified error message.
public NoSuitableGraphicsDeviceException(string message)
Parameters
message
stringThe message that describes the error.
NoSuitableGraphicsDeviceException(string, Exception)
Initializes a new instance of the NoSuitableGraphicsDeviceException with a specified error message and a reference to the inner exception that is the cause of this exception.
public NoSuitableGraphicsDeviceException(string message, Exception inner)