The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents the error occurred when compiled application has been executed. More...
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... | |
![]() | |
string | ErrorType [get] |
Gets the name for the error type. More... | |
string | Description [get] |
Gets the description for the error type. More... | |
Represents the error occurred when compiled application has been executed.
Definition at line 23 of file ExecutionError.cs.
ErrorManagement.ExecutionError.ExecutionError | ( | string | executableFileName | ) |
Constructor
executableFileName | Name of the input file. |
Definition at line 45 of file ExecutionError.cs.
|
get |
Gets the description for the error type.
Definition at line 38 of file ExecutionError.cs.
|
get |
Gets the name for the error type.
Definition at line 33 of file ExecutionError.cs.