The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
This class encapsulates the IL code to generate a dynamic exception. More...
Public Member Functions | |
virtual string | WriteDynamicExceptionCode () |
Properties | |
virtual string | TypeName [get] |
Gets the type information More... | |
virtual DynamicExceptionManager | BaseException [get] |
Gets a instace of base exception More... | |
This class encapsulates the IL code to generate a dynamic exception.
Definition at line 21 of file DynamicException.cs.
|
virtual |
Reimplemented in CodeGeneration.ExceptionManagement.WrongDynamicTypeExceptionManager.
Definition at line 46 of file DynamicException.cs.
|
get |
Gets a instace of base exception
Definition at line 37 of file DynamicException.cs.
|
get |
Gets the type information
Definition at line 29 of file DynamicException.cs.