Class NotConstantExpressionException
Exception class thrown when a constant expression is expected
Inheritance
System.Object
NotConstantExpressionException
Namespace: EPiServer.Data.Dynamic.Linq
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public class NotConstantExpressionException : Exception
Constructors
NotConstantExpressionException(SerializationInfo, StreamingContext)
Constructor used for serialization
Declaration
protected NotConstantExpressionException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | serialization info |
System. |
context | streaming context |