Ejemplo n.º 1
0
 public ManagedThreadExceptionEventArgs(ManagedThread mt)
     : base()
 {
     this.ManagedThread = mt;
 }