The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
DynVarManagement.DynVarNotFound Class Reference

When a dynVar, a block(DynVars object), class or namespace is not found in the associated info. More...

Inheritance diagram for DynVarManagement.DynVarNotFound:
DynVarManagement.DynVarException

Public Member Functions

 DynVarNotFound (string msg)
 
- Public Member Functions inherited from DynVarManagement.DynVarException
 DynVarException (string msg)
 

Detailed Description

When a dynVar, a block(DynVars object), class or namespace is not found in the associated info.

Definition at line 41 of file DynVarException.cs.

Constructor & Destructor Documentation

DynVarManagement.DynVarNotFound.DynVarNotFound ( string  msg)

Definition at line 42 of file DynVarException.cs.


The documentation for this class was generated from the following file: