0
Answer

Constructors in c#

Photo of Shraddha Bhat

Shraddha Bhat

12y
1.6k
1
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.