| 1. | Which of the following statements are correct about the exception reported below? Unhandled Exception: System.lndexOutOfRangeException: Index was outside the bounds of the array: at IndiabixConsoleApplication.MyProgram.SetVal(Int32 index, Int32 val) in D:\Sample\IndiabixConsoleApplication\MyProgram.cs:line 26 at IndiabixConsoleApplication.MyProgram.Main(String[] args) in D:\Sample\IndiabixConsoleApplication\MyProgram.cs:line 20 1 The CLR failed to handle the exception. 2 The class MyProgram belongs to the namespace MyProgram. 3 The function SetVal() was called from Main() in line number 20. 4 The exception occurred in line number 26 in the function SetVal() 5 The runtime exception occurred in the project IndiabixConsoleApplication. |
|||||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
