C# 0 The Complete Reference


PART I C h a p t e r   1 3



Download 4,07 Mb.
Pdf ko'rish
bet463/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   459   460   461   462   463   464   465   466   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt


PART I

C h a p t e r   1 3 :  

E x c e p t i o n   H a n d l i n g  

357


PART IPART I

      Console.Write("Contents of ra: ");

      for(int i = -5; i <= 5; i++)

        Console.Write(ra[i] + " ");

      Console.WriteLine("\n");

      // Demonstrate ra2.

      Console.WriteLine("Length of ra2: " + ra2.Length);

      for(int i = 1; i <= 10; i++)

        ra2[i] = i;

      Console.Write("Contents of ra2: ");

      for(int i = 1; i <= 10; i++)

        Console.Write(ra2[i] + " ");

      Console.WriteLine("\n");

    } catch (RangeArrayException exc) {

       Console.WriteLine(exc);

    }


    // Now, demonstrate some errors.

    Console.WriteLine("Now generate some range errors.");

    // Use an invalid constructor.

    try {

      RangeArray ra3 = new RangeArray(100, -10); // Error

    } catch (RangeArrayException exc) {

       Console.WriteLine(exc);

    }


    // Use an invalid index.

    try {

      RangeArray ra3 = new RangeArray(-2, 2);

      for(int i = -2; i <= 2; i++)

        ra3[i] = i;

      Console.Write("Contents of ra3: ");

      for(int i = -2; i <= 10; i++) // generate range error

        Console.Write(ra3[i] + " ");

    } catch (RangeArrayException exc) {

       Console.WriteLine(exc);

    }

  }


}

The output from the program is shown here:

Length of ra: 11

Contents of ra: -5 -4 -3 -2 -1 0 1 2 3 4 5

www.freepdf-books.com



358

 

P a r t   I :  



T h e   C #   L a n g u a g e

Length of ra2: 10

Contents of ra2: 1 2 3 4 5 6 7 8 9 10

Now generate some range errors.

Low index not less than high.

Contents of ra3: -2 -1 0 1 2 Range Error.

When a range error occurs, 


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   459   460   461   462   463   464   465   466   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish