Search Results for

    Show / Hide Table of Contents

    Class RapidSymbolNotFoundException

    Thrown when a rapid symbol is missing.

    Inheritance
    object
    Exception
    BaseException
    RapidSymbolNotFoundException
    Implements
    ISerializable
    Inherited Members
    BaseException.ExtendedErrorInformation
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class RapidSymbolNotFoundException : BaseException, ISerializable

    Constructors

    View Source

    RapidSymbolNotFoundException()

    Initializes a new instance of the RapidSymbolNotFoundException class.

    Declaration
    public RapidSymbolNotFoundException()
    View Source

    RapidSymbolNotFoundException(SerializationInfo, StreamingContext)

    Initializes a new instance of the RapidSymbolNotFoundException class.

    Declaration
    protected RapidSymbolNotFoundException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    View Source

    RapidSymbolNotFoundException(string)

    Initializes a new instance of the RapidSymbolNotFoundException class.

    Declaration
    public RapidSymbolNotFoundException(string message)
    Parameters
    Type Name Description
    string message

    The message.

    View Source

    RapidSymbolNotFoundException(string, Exception)

    Initializes a new instance of the RapidSymbolNotFoundException class.

    Declaration
    public RapidSymbolNotFoundException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The message.

    Exception innerException

    The inner exception.

    View Source

    RapidSymbolNotFoundException(string, string)

    Initializes a new instance of the RapidSymbolNotFoundException class.

    Declaration
    public RapidSymbolNotFoundException(string message, string name)
    Parameters
    Type Name Description
    string message

    The message.

    string name

    The name.

    Properties

    View Source

    Name

    Gets the name of the missing symbol.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    GetObjectData(SerializationInfo, StreamingContext)

    See .NET documentation.

    Declaration
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    Overrides
    BaseException.GetObjectData(SerializationInfo, StreamingContext)

    Implements

    ISerializable
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics