Example #1
0
 static void Main(string[] args)
 {
     try
     {
         var dao = new LoginDAO();
         Console.WriteLine(dao.GetPersoonId(new Login("Des", "bier")));
     }
     catch (StackOverflowException patat)
     {
         Console.WriteLine(patat.Message);
     }
     catch (IndexOutOfRangeException dik)
     {
     }
 }