コード例 #1
0
 public Throwable(string arg0, Throwable arg1) : base(arg0, arg1)
 {
 }
コード例 #2
0
 public Throwable(Throwable arg0) : base(arg0)
 {
 }