Class ProgramError
Contains information about a syntactic or semantic error in a RAPID module
Inheritance
object
ProgramError
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ProgramError
Constructors
View SourceProgramError()
Declaration
public ProgramError()
Properties
View SourceColumn
Column where the error occurred. Numbering starts with 1.
Declaration
public int Column { get; }
Property Value
| Type | Description |
|---|---|
| int |
Line
Line number where the error occurred. Numbering starts with 1.
Declaration
public int Line { get; }
Property Value
| Type | Description |
|---|---|
| int |
ModuleName
Name of module
Declaration
public string ModuleName { get; }
Property Value
| Type | Description |
|---|---|
| string |
TaskName
Name of task
Declaration
public string TaskName { get; }
Property Value
| Type | Description |
|---|---|
| string |