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

Represents a error produced in a wrong invocation of the dispatchers More...

Inheritance diagram for ErrorManagement.DispatcherError:
ErrorManagement.IError

Public Member Functions

 DispatcherError (string description)
 

Additional Inherited Members

- Properties inherited from ErrorManagement.IError
string ErrorType [get]
 Gets the name for the error type. More...
 
string Description [get]
 Gets the description for the error type. More...
 

Detailed Description

Represents a error produced in a wrong invocation of the dispatchers

Definition at line 21 of file DispatcherError.cs.

Constructor & Destructor Documentation

ErrorManagement.DispatcherError.DispatcherError ( string  description)

Definition at line 29 of file DispatcherError.cs.


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