C# using语句 中间出现exception后 using仍然会dispose

using语句 相当于 try-finally{dispose()}

原文地址:https://www.cnblogs.com/dyfisgod/p/7206335.html