Click or drag to resize

VariableIsConstantException Constructor (String, Exception)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the VariableIsConstantException class

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public VariableIsConstantException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Monkeyspeak.VariableIsConstantException.#ctor(System.String,System.Exception)"]

inner
Type: SystemException

[Missing <param name="inner"/> documentation for "M:Monkeyspeak.VariableIsConstantException.#ctor(System.String,System.Exception)"]

See Also