Shraddha Bhat

Shraddha Bhat

  • NA
  • 13
  • 12.3k

Constructors in c#

Apr 25 2013 4:50 AM
Exceptions can be used to indicate problems that occur when an object is being constructed .Write a C#
program that shows a constructor passing information about constructor failure to an exception handler
that occurs after a try block. The exception thrown also should contain the arguments sent to the
constructor.