throw new Exception (ex.Message); is even worse. It creates a brand new Exception instance, losing the original stack trace of the exception, as well as its ...
確定! 回上一頁