Exemplo n.º 1
0
 public void ErrorExceptionLogingByService(string errorException, string errorMethodEvent = null, string errorClass = null, string errorProcedure = null, string serviceUrl = null, string servicRequest = null, string ClientId = null)
 {
     try
     {
         context.SPErrorLog(errorException, errorMethodEvent, ClientId, serviceUrl);
     }
     catch (Exception ex)
     {
     }
 }