C++ Programming Guide

Checking Access Control in Exceptions

The compiler performs the following check on access control on exceptions:

Currently, access controls do not affect matching.

No other access is checked at runtime except for the matching rule described in "Matching Exceptions With Handlers".