Exemple #1
0
 protected void cargarWCF()
 {
     try
     {
         trivias = new WCFsemClient();
     }
     catch (Exception ex)
     {
         MessageBox.Show("ERROR " + ex.Message);
     }
 }
Exemple #2
0
 protected void cargarWCF()
 {
     try
     {
         trivias = new WCFsemClient();
     }
     catch (Exception ex)
     {
         Response.Write("<div id=\"error\" class=\"alert alert-danger\">" + ex.Message + "</div>"
         + "<script type=\"text/javascript\">window.onload=function(){alertBootstrap();};</script>");
     }
 }