Class ExpressionNotSupportedException
Exception that is thrown when using a LINQ expression that is not supported.
public class ExpressionNotSupportedException : NotSupportedException, ISerializable
- Inheritance
-
ExpressionNotSupportedException
- Implements
- Inherited Members
Constructors
ExpressionNotSupportedException(Expression)
Initializes an instance of an ExpressionNotSupportedException.
public ExpressionNotSupportedException(Expression expression)
Parameters
expressionExpressionThe expression.
ExpressionNotSupportedException(Expression, Expression)
Initializes an instance of an ExpressionNotSupportedException.
public ExpressionNotSupportedException(Expression expression, Expression containingExpression)
Parameters
expressionExpressionThe expression.
containingExpressionExpressionThe containing expression.
ExpressionNotSupportedException(Expression, Expression, string)
Initializes an instance of an ExpressionNotSupportedException.
public ExpressionNotSupportedException(Expression expression, Expression containingExpression, string because)
Parameters
expressionExpressionThe expression.
containingExpressionExpressionThe containing expression.
becausestringThe reason.
ExpressionNotSupportedException(Expression, string)
Initializes an instance of an ExpressionNotSupportedException.
public ExpressionNotSupportedException(Expression expression, string because)
Parameters
expressionExpressionThe expression.
becausestringThe reason.
ExpressionNotSupportedException(string)
Initializes an instance of an ExpressionNotSupportedException.
public ExpressionNotSupportedException(string message)
Parameters
messagestringThe message.