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

Interfaz for the different error types. More...

Inheritance diagram for ErrorManagement.IError:
ErrorManagement.AssemblerError ErrorManagement.CommandLineArgumentsError ErrorManagement.DispatcherError ErrorManagement.ErrorAdapter ErrorManagement.ExecutionError ErrorManagement.LexicalError ErrorManagement.MemberTypeExpectedError ErrorManagement.UserTypeExpectedError

Properties

string ErrorType [get]
 Gets the name for the error type. More...
 
string Description [get]
 Gets the description for the error type. More...
 

Detailed Description

Interfaz for the different error types.

Definition at line 23 of file IError.cs.

Property Documentation

string ErrorManagement.IError.Description
get

Gets the description for the error type.

Definition at line 33 of file IError.cs.

string ErrorManagement.IError.ErrorType
get

Gets the name for the error type.

Definition at line 28 of file IError.cs.


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