Click or drag to resize
UnknownTypeException Class
The exception that is thrown when OpenInventor type loading failure occurs.
Inheritance Hierarchy
SystemObject
  SystemException
    OIV.InventorUnknownTypeException

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 UnknownTypeException : Exception

The UnknownTypeException type exposes the following members.

Constructors
  NameDescription
Public methodUnknownTypeException
Initializes a new instance of the UnknownTypeException class.
Public methodUnknownTypeException(String)
Initializes a new instance of the UnknownTypeException class with the specified error message.
Public methodUnknownTypeException(String, Exception)
Initializes a new instance of the UnknownTypeException 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
Remarks
UnknownTypeException is thrown when OpenInventor object manager cannot find an instanciable managed type associated to a native type in the loaded assemblies.
See Also