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

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 NvDxInteropException : Win32Exception

The NvDxInteropException type exposes the following members.

Constructors
  NameDescription
Public methodNvDxInteropException
Initializes a new instance of the NvDxInteropException class
Public methodNvDxInteropException(Int32)
Initializes a new instance of the NvDxInteropException class
Public methodNvDxInteropException(String)
Initializes a new instance of the NvDxInteropException class
Public methodNvDxInteropException(Int32, String)
Initializes a new instance of the NvDxInteropException class
Public methodNvDxInteropException(String, Exception)
Initializes a new instance of the NvDxInteropException 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