[Issue 14289] New: WindowsException should not attempt to parse code

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Mar 15 12:36:24 PDT 2015


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: nobody at puremagic.com
          Reporter: thecybershadow at gmail.com

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.

--


More information about the Digitalmars-d-bugs mailing list