|
@@ -17,6 +17,7 @@ namespace Avalonia.Data.Core
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <param name="column">The column position of the error.</param>
|
|
/// <param name="column">The column position of the error.</param>
|
|
/// <param name="message">The exception message.</param>
|
|
/// <param name="message">The exception message.</param>
|
|
|
|
+ /// <param name="innerException">The exception that caused the parsing failure.</param>
|
|
public ExpressionParseException(int column, string message, Exception innerException = null)
|
|
public ExpressionParseException(int column, string message, Exception innerException = null)
|
|
: base(message, innerException)
|
|
: base(message, innerException)
|
|
{
|
|
{
|