public ScriptBuilderException(CSharpToJSExceptionType type, Expression root, MemberBinding binding, Exception innerException) : base(root, binding, innerException) { Type = type; }
public ScriptBuilderException(CSharpToJSExceptionType type, Expression root, Expression expression, Exception innerException) : base(root, expression, innerException) { Type = type; }