home // Programming // Visual FoxPro
Try/Catch/Finally in Visual FoxPro 8
Source: www.hectorcorrea.com
File Size: 167.47 KB
Page: 10 pages
Category: Programming
Last Download : 34 days 22 hours 59 minutes ago
Share this info:
Short Description: Visual FoxPro 8 provides a new control structure, Try/Catch/Finally, for exception handling. ... This document provides a guide on how to ...
Content Inside: Try/Catch/Finally in Visual FoxPro 8
Hector J. Correa hector@hectorcorrea.com www.hectorcorrea.com
Overview
Visual FoxPro 8 provides a new control structure, Try/Catch/Finally, for exception handling. Exception handling is a different paradigm from traditional error handling mechanisms like On Error and Error Method. This document provides a guide on how to take advantage of Try/Catch/Finally to write cleaner code, and to separate code that performs functionality features from exception handling code.
Advertiser