Table of Contents

Class ExpressionNotSupportedException

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

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.