示例#1
0
 ApplicationException badTree (Node node)
 {
     throw new ApplicationException (node.ToString ());
 }