Search Results for

    Show / Hide Table of Contents

    Class RapidException

    Base exception for Rapid operations.

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

    Constructors

    View Source

    RapidException()

    Initializes a new instance of the RapidException class.

    Declaration
    public RapidException()
    View Source

    RapidException(SerializationInfo, StreamingContext)

    Initializes a new instance of the RapidException class.

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

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    View Source

    RapidException(string)

    Initializes a new instance of the RapidException class.

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

    The message.

    View Source

    RapidException(string, Exception)

    Initializes a new instance of the RapidException class.

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

    The message.

    Exception innerException

    The inner exception.

    Implements

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