Click or drag to resize
NullUnmanagedHandleException Class
Represents the exception that is thrown when an attempt is made to call a method on a SoNetBase instance that is not currently bind to any native object.
Inheritance Hierarchy
SystemObject
  SystemException
    OIV.InventorNullUnmanagedHandleException

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
[SerializableAttribute]
public class NullUnmanagedHandleException : Exception

The NullUnmanagedHandleException type exposes the following members.

Constructors
  NameDescription
Public methodNullUnmanagedHandleException
Initializes a new instance of the NullUnmanagedHandleException class.
Public methodNullUnmanagedHandleException(String)
Initializes a new instance of the NullUnmanagedHandleException class with the specified error message.
Public methodNullUnmanagedHandleException(String, Exception)
Initializes a new instance of the NullUnmanagedHandleException class with the specified error message and inner exception.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
See Also