|
The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents a error produced in a wrong invocation of the dispatchers More...
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... | |
Represents a error produced in a wrong invocation of the dispatchers
Definition at line 21 of file DispatcherError.cs.
| ErrorManagement.DispatcherError.DispatcherError | ( | string | description | ) |
Definition at line 29 of file DispatcherError.cs.