C# 0 The Complete Reference


PART I C h a p t e r   1 3



Download 4,07 Mb.
Pdf ko'rish
bet466/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   462   463   464   465   466   467   468   469   ...   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  

359


PART IPART I

  public override string ToString() {

    return Message;

  }


}

// Create an exception derived from ExceptA.

class ExceptB : ExceptA {

  public ExceptB(string str) : base(str) { }

  public override string ToString() {

    return Message;

  }

}

class OrderMatters {



  static void Main() {

    for(int x = 0; x < 3; x++) {

      try {

        if(x==0) throw new ExceptA("Caught an ExceptA exception");

        else if(x==1) throw new ExceptB("Caught an ExceptB exception");

        else throw new Exception();

      }

      catch (ExceptB exc) {

        Console.WriteLine(exc);

      }


      catch (ExceptA exc) {

        Console.WriteLine(exc);

      }

      catch (Exception exc) {

        Console.WriteLine(exc);

      }


    }

  }


}

The output from the program is shown here:

Caught an ExceptA exception

Caught an ExceptB exception

System.Exception: Exception of type 'System.Exception' was thrown.

   at OrderMatters.Main()

Notice the type and order of the 

catch

 clauses. This is the only order in which they can 

occur. Since 


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   462   463   464   465   466   467   468   469   ...   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