| UnknownTypeException Constructor (String, Exception) | 
Initializes a new instance of the 
UnknownTypeException
class with the specified error message and inner exception.
 
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic UnknownTypeException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
public:
UnknownTypeException(
	String^ message, 
	Exception^ innerException
)
new : 
        message : string * 
        innerException : Exception -> UnknownTypeExceptionParameters
- message
 - Type: SystemString
A String that describes the error that occurred. - innerException
 - Type: SystemException
The exception that is the cause of the current exception. 
See Also