Show / Hide Table of Contents

Class DynamicExpressionException

Exception thrown when a dynamic expression is invalid

Inheritance
System.Object
InterpreterException
ScriptRuntimeException
DynamicExpressionException
Inherited Members
ScriptRuntimeException.ArithmeticOnNonNumber(DynValue, DynValue)
ScriptRuntimeException.ConcatOnNonString(DynValue, DynValue)
ScriptRuntimeException.LenOnInvalidType(DynValue)
ScriptRuntimeException.CompareInvalidType(DynValue, DynValue)
ScriptRuntimeException.BadArgument(Int32, String, String)
ScriptRuntimeException.BadArgumentUserData(Int32, String, Type, Object, Boolean)
ScriptRuntimeException.BadArgument(Int32, String, DataType, DataType, Boolean)
ScriptRuntimeException.BadArgument(Int32, String, String, String, Boolean)
ScriptRuntimeException.BadArgumentNoValue(Int32, String, DataType)
ScriptRuntimeException.BadArgumentIndexOutOfRange(String, Int32)
ScriptRuntimeException.BadArgumentNoNegativeNumbers(Int32, String)
ScriptRuntimeException.BadArgumentValueExpected(Int32, String)
ScriptRuntimeException.IndexType(DynValue)
ScriptRuntimeException.LoopInIndex()
ScriptRuntimeException.LoopInNewIndex()
ScriptRuntimeException.LoopInCall()
ScriptRuntimeException.TableIndexIsNil()
ScriptRuntimeException.TableIndexIsNaN()
ScriptRuntimeException.ConvertToNumberFailed(Int32)
ScriptRuntimeException.ConvertObjectFailed(Object)
ScriptRuntimeException.ConvertObjectFailed(DataType)
ScriptRuntimeException.ConvertObjectFailed(DataType, Type)
ScriptRuntimeException.UserDataArgumentTypeMismatch(DataType, Type)
ScriptRuntimeException.UserDataMissingField(String, String)
ScriptRuntimeException.CannotResumeNotSuspended(CoroutineState)
ScriptRuntimeException.CannotYield()
ScriptRuntimeException.CannotYieldMain()
ScriptRuntimeException.AttemptToCallNonFunc(DataType, String)
ScriptRuntimeException.AccessInstanceMemberOnStatics(IMemberDescriptor)
ScriptRuntimeException.AccessInstanceMemberOnStatics(IUserDataDescriptor, IMemberDescriptor)
ScriptRuntimeException.Rethrow()
InterpreterException.InstructionPtr
InterpreterException.CallStack
InterpreterException.DecoratedMessage
InterpreterException.DoNotDecorateMessage
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.

Back to top Built by Itinero, MIT licensed.