WinLib.Win32Exception - charonn0/WinLib GitHub Wiki

#WinLib.Win32Exception

##Method Signature Protected Function Win32Exception(ErrorNumber As Integer) As RuntimeException

##Notes Returns, but does not raise, a RuntimeException. Pass a Win32 error number and the exception will be populated with the proper system error message and error number.

##See also