https://issues.dlang.org/show_bug.cgi?id=14289
Issue ID: 14289
Summary: WindowsException should not attempt to parse code 0
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: Phobos
Assignee: [email protected]
Reporter: [email protected]
It is occasionally useful to use WindowsException for error conditions that do
not have a GetLastError code. For code 0, generation of the error string should
be omitted.
--
