Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

WinLib.Win32Exception

Andrew edited this page Apr 4, 2014 · 1 revision

#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

Clone this wiki locally