Click or drag to resize
LinqExpressionCannotBeExecutedException Class
The exception that is re-thrown when an exception is caught during . The original exception is then set in the InnerException member and the failed expression is set in the FailedExpression member.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DataEngineLinqExpressionCannotBeExecutedException

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public class LinqExpressionCannotBeExecutedException : Exception

The LinqExpressionCannotBeExecutedException type exposes the following members.

Constructors
  NameDescription
Public methodLinqExpressionCannotBeExecutedException
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
Public methodLinqExpressionCannotBeExecutedException(Expression)
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
Public methodLinqExpressionCannotBeExecutedException(String)
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
Public methodLinqExpressionCannotBeExecutedException(SerializationInfo, StreamingContext)
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
Public methodLinqExpressionCannotBeExecutedException(String, Exception)
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
Public methodLinqExpressionCannotBeExecutedException(String, Expression)
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
Public methodLinqExpressionCannotBeExecutedException(SerializationInfo, StreamingContext, Expression)
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
Public methodLinqExpressionCannotBeExecutedException(String, Exception, Expression)
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
Top
Properties
  NameDescription
Public propertyFailedExpression
Gets the expression that failed to execute.
Top
See Also

Reference

CMSQueryProvider.LinqToObjectsFallback``1(Expression, ICMSQueryableUTP, IQueryableUMP, ICMSQueryableUTP)
SystemException
IQueryProviderExecute(Expression)