|
The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents the error occurred when the assembler is not capable of assembling an IL file. More...
Public Member Functions | |
| AssemblerError (string ilFileName) | |
| 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... | |
Represents the error occurred when the assembler is not capable of assembling an IL file.
Definition at line 24 of file AssemblerError.cs.
| ErrorManagement.AssemblerError.AssemblerError | ( | string | ilFileName | ) |
Constructor
| ilFileName | Name of the input file. |
Definition at line 46 of file AssemblerError.cs.
|
get |
Gets the description for the error type.
Definition at line 39 of file AssemblerError.cs.
|
get |
Gets the name for the error type.
Definition at line 34 of file AssemblerError.cs.