polymorphism
dynamic binding
throws an exception.
an unhandled exception is reported.
programmer mistakes
stack trace
try...catch...finally
control transfers the first listed matching catch clause.
Message
Message
System.ApplicationException
System.IndexOutOfRangeException
is the same as writing catch (System.Exception).
there are problems loading the contents of a file.
checked
syntax
breakpoint
Step Into
include if statements that check values used as input
a stack trace of methods with the method that raised the exception listed first is displayed.
conditional expressions
the try block is attempted first.
Exception
Message
System.IndexOutOfRangeException
division by zero involving floating-point operands