Search Results for

    Show / Hide Table of Contents

    Class UIInstructionNotActiveException

    Exception thrown when read or write to a non active UI Instruction.

    Inheritance
    System.Object
    System.Exception
    BaseException
    UIInstructionNotActiveException
    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 UIInstructionNotActiveException : BaseException, ISerializable, _Exception

    Constructors

    UIInstructionNotActiveException()

    Initializes a new instance of the UIInstructionNotActiveException class.

    Declaration
    public UIInstructionNotActiveException()

    UIInstructionNotActiveException(SerializationInfo, StreamingContext)

    Initializes a new instance of the RapidTaskNotFoundException class.

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

    See .NET documentation.

    System.Runtime.Serialization.StreamingContext context

    See .NET documentation.

    UIInstructionNotActiveException(String)

    Initializes a new instance of the UIInstructionNotActiveException class.

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

    The message.

    UIInstructionNotActiveException(String, Exception)

    Initializes a new instance of the UIInstructionNotActiveException class.

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

    The message.

    System.Exception innerException

    The inner exception.

    UIInstructionNotActiveException(String, String)

    Initializes a new instance of the UIInstructionNotActiveException class.

    Declaration
    public UIInstructionNotActiveException(string taskName, string message)
    Parameters
    Type Name Description
    System.String taskName

    Task name.

    System.String message

    The message.

    Properties

    TaskName

    Gets the name.

    Declaration
    public string TaskName { 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 © 2025 ABB