Property | Type | Description | |
---|---|---|---|
Address | ushort | ||
Code | string | ||
CodeType | CodeType | ||
ErrorCode | ErrorCode | ||
ErrorMessage | string | ||
FileName | string | ||
LineNumber | int | ||
Listed | bool | ||
Opcode | |||
Output | ushort[] | ||
Tags | object>.Dictionary | ||
ValueA | |||
ValueB | |||
WarningCode | WarningCode | ||
WarningMessage | string |
Method | Description | |
---|---|---|
GetFriendlyErrorMessage ( ErrorCode Entry ) : string |
Given an error code, this returns a user-friendly message.
|
|
GetFriendlyWarningMessage ( WarningCode Entry ) : string |
Given a warningcode, this returns a user-friendly message.
|
|
ListEntry ( string LineValue, string File, int LineNumber, ushort Address ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Address, ErrorCode ErrorCode ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Address, ErrorCode ErrorCode, bool Listed ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Address, bool Listed ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, ErrorCode ErrorCode ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, ErrorCode ErrorCode, bool Listed ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, WarningCode WarningCode ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, bool Listed ) : System | ||
ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, bool Listed, WarningCode WarningCode ) : System |
public static GetFriendlyErrorMessage ( ErrorCode Entry ) : string | ||
Entry | ErrorCode | |
return | string |
public static GetFriendlyWarningMessage ( WarningCode Entry ) : string | ||
Entry | WarningCode | |
return | string |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Address ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Address | ushort | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Address, ErrorCode ErrorCode ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Address | ushort | |
ErrorCode | ErrorCode | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Address, ErrorCode ErrorCode, bool Listed ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Address | ushort | |
ErrorCode | ErrorCode | |
Listed | bool | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Address, bool Listed ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Address | ushort | |
Listed | bool | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Output | ushort | |
Address | ushort | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, ErrorCode ErrorCode ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Output | ushort | |
Address | ushort | |
ErrorCode | ErrorCode | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, ErrorCode ErrorCode, bool Listed ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Output | ushort | |
Address | ushort | |
ErrorCode | ErrorCode | |
Listed | bool | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, WarningCode WarningCode ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Output | ushort | |
Address | ushort | |
WarningCode | WarningCode | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, bool Listed ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Output | ushort | |
Address | ushort | |
Listed | bool | |
return | System |
public ListEntry ( string LineValue, string File, int LineNumber, ushort Output, ushort Address, bool Listed, WarningCode WarningCode ) : System | ||
LineValue | string | |
File | string | |
LineNumber | int | |
Output | ushort | |
Address | ushort | |
Listed | bool | |
WarningCode | WarningCode | |
return | System |