Define Exception Manager


  •  An exception means Run time error.
  •  This component redirect the processor to execute the catch block or finally block,whenever an exception is occurred at run time.
  •  We can learn how to write these catch and finally blocks in C#.NET and VB.NET languages later.