Article David Hockenbroch · Oct 14 9m read What's the Catch? Many programming languages use the try-and-catch construct to handle runtime errors gracefully. If the code within the try block encounters an error, it will throw an exception to the catch block, where the error handling occurs. #Beginner #Code Snippet #Coding Guidelines #Debugging #Error Handling #ObjectScript #Tips & Tricks #InterSystems IRIS 6 1 3 162