C Sharp (C#) - Exception Handling
What does the
throw statement do in C# exception handling?throw statement do in C# exception handling?throwthrow statement is used to signal that an error has occurred and to stop normal program flow.throwthrow is executed, the program stops and looks for a matching catch block or terminates if none is found.throw stops program = C [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions