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

Represents the error occurred when compiled application has been executed. More...

Inheritance diagram for ErrorManagement.ExecutionError:
ErrorManagement.IError

Public Member Functions

 ExecutionError (string executableFileName)
 Constructor More...
 

Properties

string ErrorType [get]
 Gets the name for the error type. More...
 
string Description [get]
 Gets the description for the error type. More...
 
- 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 the error occurred when compiled application has been executed.

Definition at line 23 of file ExecutionError.cs.

Constructor & Destructor Documentation

ErrorManagement.ExecutionError.ExecutionError ( string  executableFileName)

Constructor

Parameters
executableFileNameName of the input file.

Definition at line 45 of file ExecutionError.cs.

Property Documentation

string ErrorManagement.ExecutionError.Description
get

Gets the description for the error type.

Definition at line 38 of file ExecutionError.cs.

string ErrorManagement.ExecutionError.ErrorType
get

Gets the name for the error type.

Definition at line 33 of file ExecutionError.cs.


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