| Win32HResultCheckLastErrorT Method (Boolean) | 
 
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
)
where T : class, Win32Exception
Public Shared Sub CheckLastError(Of T As {Class, Win32Exception}) ( 
	result As Boolean
)public:
generic<typename T>
where T : ref class, Win32Exception
static void CheckLastError(
	bool result
)
static member CheckLastError : 
        result : bool -> unit  when 'T : not struct and Win32Exception
Parameters
- result
 - Type: SystemBoolean
 
Type Parameters
- T
 
See Also