public ExcelErrorExpression(ExcelErrorValue error) : this(error.ToString(), error) { }
public ExcelErrorValueException(ExcelErrorValue error) : this(error.ToString(), error) { }