Search Results for

    Show / Hide Table of Contents

    Class RapidRoutineNotFoundException

    Thrown when a routine is missing.

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

    Constructors

    RapidRoutineNotFoundException()

    Initializes a new instance of the RapidRoutineNotFoundException class.

    Declaration
    public RapidRoutineNotFoundException()

    RapidRoutineNotFoundException(SerializationInfo, StreamingContext)

    Initializes a new instance of the RapidRoutineNotFoundException class.

    Declaration
    protected RapidRoutineNotFoundException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    See .NET documentation.

    System.Runtime.Serialization.StreamingContext context

    See .NET documentation.

    RapidRoutineNotFoundException(String)

    Initializes a new instance of the RapidRoutineNotFoundException class.

    Declaration
    public RapidRoutineNotFoundException(string message)
    Parameters
    Type Name Description
    System.String message

    The message.

    RapidRoutineNotFoundException(String, Exception)

    Initializes a new instance of the RapidRoutineNotFoundException class.

    Declaration
    public RapidRoutineNotFoundException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The message.

    System.Exception innerException

    The inner exception.

    RapidRoutineNotFoundException(String, String)

    Initializes a new instance of the RapidRoutineNotFoundException class.

    Declaration
    public RapidRoutineNotFoundException(string message, string name)
    Parameters
    Type Name Description
    System.String message

    The message.

    System.String name

    The name.

    Properties

    Name

    Gets the name.

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

    The name.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Gets data for serialization.

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

    See .NET documentation.

    System.Runtime.Serialization.StreamingContext context

    See .NET documentation.

    Overrides
    BaseException.GetObjectData(SerializationInfo, StreamingContext)

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    In This Article
    Back to top Copyright © 2025 ABB