Click or drag to resize
UnknownTypeException Constructor (String)
Initializes a new instance of the UnknownTypeException class with the specified error message.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public UnknownTypeException(
	string message
)

Parameters

message
Type: SystemString
A String that describes the error that occurred.
See Also