Search Results for

    Show / Hide Table of Contents

    Class RapidTaskNotFoundException

    Thrown when a task is missing.

    Inheritance
    System.Object
    System.Exception
    BaseException
    RapidTaskNotFoundException
    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
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    [Obsolete("Use corresponding type in RapidDomain instead", true)]
    public class RapidTaskNotFoundException : BaseException, ISerializable, _Exception

    Constructors

    RapidTaskNotFoundException()

    Initializes a new instance of the RapidTaskNotFoundException class.

    Declaration
    public RapidTaskNotFoundException()

    RapidTaskNotFoundException(SerializationInfo, StreamingContext)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    See .NET documentation.

    System.Runtime.Serialization.StreamingContext context

    See .NET documentation.

    RapidTaskNotFoundException(String)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    The message.

    RapidTaskNotFoundException(String, Exception)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    The message.

    System.Exception innerException

    The inner exception.

    RapidTaskNotFoundException(String, String)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    The name.

    System.String message

    The message.

    Properties

    Name

    Gets the name.

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

    The name.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    See .NET documentation.

    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 © 2024 ABB