Win32HResultCheckT Method (Int32) |
Namespace: OIV.InventorAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Check<T>(
int hr
)
where T : class, Win32Exception
Public Shared Sub Check(Of T As {Class, Win32Exception}) (
hr As Integer
)
public:
generic<typename T>
where T : ref class, Win32Exception
static void Check(
int hr
)
static member Check :
hr : int -> unit when 'T : not struct and Win32Exception
Parameters
- hr
- Type: SystemInt32
Type Parameters
- T
See Also