public virtual Exception InternalInit(JsError error) { if (stacktrace != null) return this; stacktrace = error.stack; toStringSaved = toString(); return this; }
public JsException(JsError nativeException) { this.nativeException = nativeException; }
public override Exception InternalInit(JsError error) { return base.InternalInit(nativeException); }