Page 67 - E-Modul Pemrograman Dasar Kelas X RPL_Neat
P. 67

Contoh syntax exception handling adalah sebagai berikut.


                        Try

                        {

                               … perintah …

                        }


                        catch (Exception ex)

                        {

                               … perintah …

                        }


                        catch (Exception e)

                        {

                               … perintah …

                        }


                        finally

                        {

                               … perintah …

                        }

               d.  Exception Class di C#


                       Ada beberapa exception class yang digunakan untuk menangani suatu exception.
               Semua exception class diturunkan dari dua kelas utama.

               1)  System.SystemException, yaitu suatu Predefined System Exception
               2)  System.ApplicationException, yaitu suatu Application Program Exception

                       Ada  dua  kelas  yang  digunakan  dalam  exception  handling  di  C#,  beberapa  di
               antaranya diturunkan dari exception clan, yaitu sebagai berikut.


                     Format Exception
                     Divide By Zero Exception
                     Null Reference Exception



                                                             57
   62   63   64   65   66   67   68   69   70   71   72