Multiple choice .net c-sharp A____block enclose the code that could throw an exception. Try Catch Exception Error a and b Reveal answer Fill a bubble to check yourself A Correct answer Explanation A try block encloses code that might throw an exception. Catch blocks handle exceptions after they're thrown. Exception and Error are types, not block types.