C# 0 The Complete Reference


PART I C h a p t e r   1 0



Download 4,07 Mb.
Pdf ko'rish
bet339/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   335   336   337   338   339   340   341   342   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

    Bu sahifa navigatsiya:
  • Error

PART I

C h a p t e r   1 0 :  

I n d e x e r s   a n d   P r o p e r t i e s  

259


PART IPART I

    // This is the set accessor.

    set {

      if(ok(index)) {

        a[index] = value;

        ErrFlag = false;

      }

      else ErrFlag = true;

    }

  }


  // Return true if index is within bounds.

  private bool ok(int index) {

   if(index >= 0 & index < Length) return true;

   return false;

  }

}

// Demonstrate the improved fail-soft array.



class FinalFSDemo {

  static void Main() {

    FailSoftArray fs = new FailSoftArray(5);

    // Use Error property.

    for(int i=0; i < fs.Length + 1; i++) {

      fs[i] = i*10;

      if(fs.Error)

        Console.WriteLine("Error with index " + i);

    }

  }


}

The creation of the 



Error

 property has caused two changes to be made to 



FailSoftArray

.

First,



ErrFlag

 has been made private because it is now used as the underlying storage for 

the

Error

 property. Thus, it won’t be available directly. Second, the read-only 



Error

 property 

has been added. Now, programs that need to detect errors will interrogate 

Error

. This is 

demonstrated in 

Main( )

, where a boundary error is intentionally generated, and the 



Error

property is used to detect it.




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   335   336   337   338   339   340   341   342   ...   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