Search Results for

    Show / Hide Table of Contents

    Class RapidTaskNotFoundException

    Thrown when a task is missing.

    Inheritance
    object
    Exception
    BaseException
    RapidTaskNotFoundException
    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 RapidTaskNotFoundException : BaseException, ISerializable

    Constructors

    View Source

    RapidTaskNotFoundException()

    Initializes a new instance of the RapidTaskNotFoundException class.

    Declaration
    public RapidTaskNotFoundException()
    View Source

    RapidTaskNotFoundException(SerializationInfo, StreamingContext)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    View Source

    RapidTaskNotFoundException(string)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    The message.

    View Source

    RapidTaskNotFoundException(string, Exception)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    The message.

    Exception innerException

    The inner exception.

    View Source

    RapidTaskNotFoundException(string, string)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    The name.

    string message

    The message.

    Properties

    View Source

    Name

    Gets the name of rapid task.

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

    The name of rapid task .

    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