Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
No compatible devices were found for this application.

Namespace: Visual3D.Graphics3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class NoCompatibleDevicesException : GraphicsException
Public Class NoCompatibleDevicesException _
	Inherits GraphicsException

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NoCompatibleDevicesException()()()()
Initializes a new instance of the NoCompatibleDevicesException class
NoCompatibleDevicesException(Exception)
Initializes a new instance of the NoCompatibleDevicesException class
NoCompatibleDevicesException(String)
Initializes a new instance of the NoCompatibleDevicesException class
NoCompatibleDevicesException(Exception, String)
Initializes a new instance of the NoCompatibleDevicesException class

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      Visual3D..::..WorldApplicationException
        Visual3D.Graphics3D..::..GraphicsException
          Visual3D.Graphics3D..::..NoCompatibleDevicesException

See Also