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: 2024.1.1.0 (2024.1.1)
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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
Sets the SerializationInfo object with the file name and line number at which this Win32Exception occurred.
(Inherited from Win32Exception.)
Public methodGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Public methodToString (Overrides ExternalExceptionToString.)
Top
Properties
  NameDescription
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public propertyErrorCode
Gets the HRESULT of the error.
(Inherited from ExternalException.)
Public propertyHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertyNativeErrorCode
Gets the Win32 error code associated with this exception.
(Inherited from Win32Exception.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public propertyTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Top
See Also