WindowsException

Encapsulates a Windows API error code. Populates the message with an OS-provided error string.

version(Windows)
class WindowsException : Exception {}

Constructors

this
this(DWORD code, string str)
Undocumented in source.

Members

Variables

code
DWORD code;

The error code.

Meta