You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
##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.