0
Answer

Constructors in c#

Ask a question
Shraddha Bhat

Shraddha Bhat

11y
1.3k
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.