| Win32HResultCheckLastErrorT Method (Boolean, Object, Object) | 
 
Namespace: OIV.InventorAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void CheckLastError<T>(
	bool result,
	Object dataKey,
	Object dataValue
)
where T : class, Win32Exception
Public Shared Sub CheckLastError(Of T As {Class, Win32Exception}) ( 
	result As Boolean,
	dataKey As Object,
	dataValue As Object
)public:
generic<typename T>
where T : ref class, Win32Exception
static void CheckLastError(
	bool result, 
	Object^ dataKey, 
	Object^ dataValue
)
static member CheckLastError : 
        result : bool * 
        dataKey : Object * 
        dataValue : Object -> unit  when 'T : not struct and Win32Exception
Parameters
- result
 - Type: SystemBoolean
 - dataKey
 - Type: SystemObject
 - dataValue
 - Type: SystemObject
 
Type Parameters
- T
 
See Also