Yurttas/PL/OOL/CS/F/08/00/index page
Jump to navigation
Jump to search
Dr. Salih Yurttas - yurttas@zcubes.com
programming languages - design principles, implementation constructs
Unhandled Exception: System.IndexOutOfRangeException: Index was out of bounds of the array.
at E01.Main(String[] args) in C:\Documents and Settings\yurttas\Desktop\SY\E01.cs:line 31
Unhandled Exception: System.IndexOutOfRangeException: Index was out of bounds of the array.
at System.String.get_Chars(int32 index)
at E03.Main(String[] args) in C:\Documents and Settings\yurttas\Desktop\SY\E03.cs:line 31
Enter an index: 8
System.IndexOutOfRangeException: Index was out of bounds of the array.
at System.String.get_Chars(int32 index)
at E04.Main(String[] args) in C:\Documents and Settings\yurttas\Desktop\SY\E04.cs:line 35
Enter an index: 8
Error : Index value for string out of range
System.IndexOutOfRangeException: Index was out of bounds of the array.
at System.String.get_Chars(int32 index)
at E05.Main(String[] args) in C:\Documents and Settings\yurttas\Desktop\SY\E05.cs:line 34
1 | 2 | 3 | 4 | 5 | 6 | attributes, reflection << 8 >> events and delegates 10 | 11 | 12 | 13