Win32HResultCheckLastErrorT Method (Boolean) |
Namespace: OIV.InventorAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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