2013年8月30日
摘要: 库:http://crashreporterdotnet.codeplex.com/documentationprivate void ThrowException(string message, params object[] values) where T : Exception, new(){ // NOTE Cannot provide arguments when creating an instance of a type parameter T. var exception = (T)Activator.CreateInstance(typeof(T), string... 阅读全文
posted @ 2013-08-30 20:03 武胜-阿伟 阅读(437) 评论(0) 推荐(0)