示例#1
0
 public static void Throw(Exception ex, SqlCommand cmd)
 {
     Throw(new Exception(ex.Message + " - " + UStr.ToString(cmd) + " - " + GetError(ex), ex));
 }