Click or drag to resize

VariableIsConstantException Class

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

[Missing <summary> documentation for "T:Monkeyspeak.VariableIsConstantException"]

Inheritance Hierarchy
SystemObject
  SystemException
    MonkeyspeakVariableIsConstantException

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
[SerializableAttribute]
public class VariableIsConstantException : Exception

The VariableIsConstantException type exposes the following members.

Constructors
  NameDescription
Public methodVariableIsConstantException
Initializes a new instance of the VariableIsConstantException class
Public methodVariableIsConstantException(String)
Initializes a new instance of the VariableIsConstantException class
Protected methodVariableIsConstantException(SerializationInfo, StreamingContext)
Initializes a new instance of the VariableIsConstantException class
Public methodVariableIsConstantException(String, Exception)
Initializes a new instance of the VariableIsConstantException class
Top
Extension Methods
See Also