有什么区别
try { ... } catch{ throw }
和
try{ ... } catch(Exception e) {throw new Exception(e.message) }
无论第二个显示消息?
c#
c# ×1