Summary
Initializes a new instance of the
ExpressionParseException
class.
- Namespace
- Avalonia
.Data .Core - Containing Type
- Expression
Parse Exception
Syntax
public ExpressionParseException(int column, string message, Exception innerException = null)
Parameters
Name | Type | Description |
---|---|---|
column | int | The column position of the error. |
message | string | The exception message. |
innerException | Exception | The exception that caused the parsing failure. |
Return Value
Type | Description |
---|---|
void |