LinqExpressionCannotBeExecutedException Class |
Namespace: CMS.DataEngine
public class LinqExpressionCannotBeExecutedException : Exception
The LinqExpressionCannotBeExecutedException type exposes the following members.
Name | Description | |
---|---|---|
LinqExpressionCannotBeExecutedException |
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
| |
LinqExpressionCannotBeExecutedException(Expression) |
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
| |
LinqExpressionCannotBeExecutedException(String) |
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
| |
LinqExpressionCannotBeExecutedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
| |
LinqExpressionCannotBeExecutedException(String, Exception) |
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
| |
LinqExpressionCannotBeExecutedException(String, Expression) |
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
| |
LinqExpressionCannotBeExecutedException(SerializationInfo, StreamingContext, Expression) |
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
| |
LinqExpressionCannotBeExecutedException(String, Exception, Expression) |
Initializes a new instance of the LinqExpressionCannotBeExecutedException class.
|
Name | Description | |
---|---|---|
FailedExpression |
Gets the expression that failed to execute.
|