When we open the ___ view of the Default .aspx page, the toolbox containing controls such as Buttons and Labels appears automatically.
design
The ___ block can also have one or more statements that are necessary to process the exception.
catch
The point at which an exception is thrown is called the ___.
throw point
C# treats the multiple catch statements like cases in a ___
statement.
switch
All C# exceptions are derived from the class ___.
exception
A catch block, which will catch any exception is called a ___.
general catch handler