[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppTry
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppTry
(C++) try
Keywords denoting that the block of code surrounded might throw an exception. The exception gets thrown by the keyword throw. The exception can be caught by catch.'try' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
