Click or drag to resize
AB4D logo

FeatureLevelsNotSupportedException Class

FeatureLevelsNotSupportedException occurs when the DirectX 11 device cannot be created because the the adapter (graphics card) does not support the required feature levels.
Inheritance Hierarchy
SystemObject
  SystemException
    Ab3d.DirectXDXEngineException
      Ab3d.DirectXDeviceCreationException
        Ab3d.DirectXFeatureLevelsNotSupportedException

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
[SerializableAttribute]
public class FeatureLevelsNotSupportedException : DeviceCreationException

The FeatureLevelsNotSupportedException type exposes the following members.

Constructors
 NameDescription
Public methodFeatureLevelsNotSupportedException Constructor
Top
Properties
 NameDescription
Public propertyRequiredFeatureLevels FeatureLevels that were required when creating the device.
Top
Methods
 NameDescription
Public methodGetObjectData When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext))
Top
See Also