Class ExpressionNotSupportedException
Exception that is thrown when using a LINQ expression that is not supported.
- Inheritance
-
Expression
Not Supported Exception
- Implements
- Inherited Members
Constructors
ExpressionNotSupportedException(Expression)
Initializes an instance of an ExpressionNotSupportedException.
Parameters
expression
ExpressionThe expression.
ExpressionNotSupportedException(Expression, Expression)
Initializes an instance of an ExpressionNotSupportedException.
Parameters
expression
ExpressionThe expression.
containingExpression
ExpressionThe containing expression.
ExpressionNotSupportedException(Expression, Expression, string)
Initializes an instance of an ExpressionNotSupportedException.
public ExpressionNotSupportedException(Expression expression, Expression containingExpression, string because)
Parameters
expression
ExpressionThe expression.
containingExpression
ExpressionThe containing expression.
because
stringThe reason.
ExpressionNotSupportedException(Expression, string)
Initializes an instance of an ExpressionNotSupportedException.
Parameters
expression
ExpressionThe expression.
because
stringThe reason.
ExpressionNotSupportedException(string)
Initializes an instance of an ExpressionNotSupportedException.
Parameters
message
stringThe message.