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.
- ExpressionNotSupportedException(Expression, Expression)
Initializes an instance of an ExpressionNotSupportedException.
- ExpressionNotSupportedException(Expression, Expression, string)
Initializes an instance of an ExpressionNotSupportedException.
- ExpressionNotSupportedException(Expression, string)
Initializes an instance of an ExpressionNotSupportedException.
- ExpressionNotSupportedException(string)
Initializes an instance of an ExpressionNotSupportedException.