示例#1
0
文件: ex.cs 项目: drojaazu/dumpster
 public ExHandle(Dumpster2.Logger Log)
 {
     if (Log == null)
     {
         throw new ArgumentNullException("Log");
     }
     this.Log = Log;
 }
示例#2
0
文件: ex.cs 项目: drojaazu/dumpster
 public ExHandle()
 {
     this.Log = null;
 }