摘要:
库: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)
浙公网安备 33010602011771号