Yurttas/PL/OOL/CS/F/08/00/index page

Revision as of 08:17, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="divone"><span class="h1"> Dr. Salih Yurttas - [mailto:yurttas@zcubes.com yurttas@zcubes.com ] </span></div><div class="divone"><span class="h3"> programming lang...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Dr. Salih Yurttas - yurttas@zcubes.com
programming languages - design principles, implementation constructs

  1. error-handling with exceptions a case for exceptions -
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