コード例 #1
0
 public bool AddTo(Exception e)
 {
     e.AddContext(this);
     return(false);
 }