The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
CodeGeneration.ExceptionManagement.DynamicExceptionManager Class Reference

This class encapsulates the IL code to generate a dynamic exception. More...

Inheritance diagram for CodeGeneration.ExceptionManagement.DynamicExceptionManager:
CodeGeneration.ExceptionManagement.WrongDynamicTypeExceptionManager

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...
 

Detailed Description

This class encapsulates the IL code to generate a dynamic exception.

Definition at line 21 of file DynamicException.cs.

Member Function Documentation

virtual string CodeGeneration.ExceptionManagement.DynamicExceptionManager.WriteDynamicExceptionCode ( )
virtual

Property Documentation

virtual DynamicExceptionManager CodeGeneration.ExceptionManagement.DynamicExceptionManager.BaseException
get

Gets a instace of base exception

Definition at line 37 of file DynamicException.cs.

virtual string CodeGeneration.ExceptionManagement.DynamicExceptionManager.TypeName
get

Gets the type information

Definition at line 29 of file DynamicException.cs.


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