The OpenD Programming Language

WindowsApiException

The low level use of this would look like throw new WindowsApiException("MsgWaitForMultipleObjectsEx", GetLastError()) but it is meant to be used from higher level things like Win32Enforce.

import arsd.core;
alias WindowsApiException = SystemApiException

Meta

History

Moved from simpledisplay.d to core.d in March 2023 (dub v11.0).