public Throwable(string arg0, Throwable arg1) : base(arg0, arg1) { }
public Throwable(Throwable arg0) : base(arg0) { }