Skip to main content

ExpressionParseException Constructor

Initializes a new instance of the ExpressionParseException class.

Definition

Namespace: Avalonia.Data.Core
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public ExpressionParseException(
int column,
string message,
Exception? innerException = null
)

Parameters

  Int32
The column position of the error.
  String
The exception message.
  Exception  (Optional)
The exception that caused the parsing failure.

See Also

Reference

ExpressionParseException Class
Avalonia.Data.Core Namespace