Exemplo n.º 1
0
 private string FormatSqlException(SqlException ex, string sql)
 {
     return Helper.ShowErrors(ex) + Environment.NewLine + sql;
 }