-
2b641a63
by Vibhav Pant at 2025-11-05T11:34:13+01:00
vccorlib140/tests: Add additional tests for exception objects.
-
d5375c20
by Piotr Caban at 2025-11-05T11:34:13+01:00
vccorlib140: Move exception functions to new file.
-
83ae653a
by Piotr Caban at 2025-11-05T11:34:14+01:00
vccorlib140: Remove platform_ prefix from exception function names.
-
430ec2e7
by Piotr Caban at 2025-11-05T11:34:15+01:00
msvcrt: Move TYPE_FLAG* and CLASS_IS* defines to cxx.h.
-
e822fc84
by Vibhav Pant at 2025-11-05T11:34:15+01:00
vccorlib140: Add Platform::Exception constructor implementation.
-
372e938d
by Vibhav Pant at 2025-11-05T11:34:16+01:00
vccorlib140: Add Platform::Exception(HSTRING) constructor implementation.
-
0dee7849
by Vibhav Pant at 2025-11-05T11:34:16+01:00
vccorlib140: Add Platform::COMException constructor implementation.
-
4183e84e
by Vibhav Pant at 2025-11-05T11:34:16+01:00
vccorlib140: Add Platform::Exception::Message::get() implementation.
-
eee2e12d
by Vibhav Pant at 2025-11-05T11:34:16+01:00
vccorlib140: Add Platform::Exception::CreateException() implementation.
-
a1867b2c
by Vibhav Pant at 2025-11-05T11:34:16+01:00
vccorlib140: Throw exceptions on error paths.
-
a4d973c9
by Vibhav Pant at 2025-11-05T11:34:16+01:00
vccorlib140: Implement __abi_translateCurrentException.