Class DynamicExpressionException
Exception thrown when a dynamic expression is invalid
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DynamicExpressionException : ScriptRuntimeException
Constructors
DynamicExpressionException(String)
Initializes a new instance of the DynamicExpressionException class.
Declaration
public DynamicExpressionException(string message)
Parameters
System.String
message
The message. |
DynamicExpressionException(String, Object[])
Initializes a new instance of the DynamicExpressionException class.
Declaration
public DynamicExpressionException(string format, params object[] args)
Parameters
System.String
format
The format. |
System.Object[]
args
The arguments. |