ExpressionParseException Class

Summary

Exception thrown when ExpressionObserver could not parse the provided expression string.
Namespace
Avalonia.Data.Core
Interfaces
  • ISerializable
Base Types
  • object
  • Exception
graph BT Type-->Base0["Exception"] Base0-->Base1["object"] Type-.->Interface0["ISerializable"] Type["ExpressionParseException"] class Type type-node

Syntax

public class ExpressionParseException : Exception, ISerializable

Constructors

Name Summary
ExpressionParseException(int, string, Exception) Initializes a new instance of the ExpressionParseException class.

Properties

Name Value Summary
Column int
Gets the column position at which the error occurred.