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