Search Results for

    Show / Hide Table of Contents

    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 Source

    ProgramError()

    Declaration
    public ProgramError()

    Properties

    View Source

    Column

    Column where the error occurred. Numbering starts with 1.

    Declaration
    public int Column { get; }
    Property Value
    Type Description
    int
    View Source

    Line

    Line number where the error occurred. Numbering starts with 1.

    Declaration
    public int Line { get; }
    Property Value
    Type Description
    int
    View Source

    ModuleName

    Name of module

    Declaration
    public string ModuleName { get; }
    Property Value
    Type Description
    string
    View Source

    TaskName

    Name of task

    Declaration
    public string TaskName { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics