Click or drag to resize
Direct3D9Exception Class
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      System.Runtime.InteropServicesExternalException
        System.ComponentModelWin32Exception
          OIV.Inventor.WpfDirect3D9Exception

Namespace: OIV.Inventor.Wpf
Assembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
[SerializableAttribute]
public class Direct3D9Exception : Win32Exception

The Direct3D9Exception type exposes the following members.

Constructors
  NameDescription
Public methodDirect3D9Exception
Initializes a new instance of the Direct3D9Exception class
Public methodDirect3D9Exception(Int32)
Initializes a new instance of the Direct3D9Exception class
Public methodDirect3D9Exception(String)
Initializes a new instance of the Direct3D9Exception class
Public methodDirect3D9Exception(Int32, String)
Initializes a new instance of the Direct3D9Exception class
Public methodDirect3D9Exception(String, Exception)
Initializes a new instance of the Direct3D9Exception class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Win32Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Overrides ExternalExceptionToString.)
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyErrorCode (Inherited from ExternalException.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyNativeErrorCode (Inherited from Win32Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
See Also