Beispiel #1
0
 public Throwable(string arg0, Throwable arg1) : base(arg0, arg1)
 {
 }
Beispiel #2
0
 public Throwable(Throwable arg0) : base(arg0)
 {
 }