Click or drag to resize
LinqExpressionCannotBeExecutedExceptionFailedExpression Property
Gets the expression that failed to execute.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public Expression FailedExpression { get; }

Property Value

Type: Expression
See Also