Search Results for

    Show / Hide Table of Contents

    Class ModeRejectException

    This exception is throw in a operation fails due to the current mode of the controller, ie a user tried to perform a operation that isn't supported in current mode.

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

    Constructors

    View Source

    ModeRejectException()

    Initializes a new ModeRejectException instance.

    Declaration
    public ModeRejectException()
    View Source

    ModeRejectException(SerializationInfo, StreamingContext)

    Initializes a new ModeRejectException instance.

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

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    View Source

    ModeRejectException(string)

    Initializes a new ModeRejectException instance.

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

    The Message.

    View Source

    ModeRejectException(string, Exception)

    Initializes a new ModeRejectException instance.

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

    The Message.

    Exception innerException

    The inner exception.

    Methods

    View Source

    GetObjectData(SerializationInfo, StreamingContext)

    Implements ISerializable.

    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
    _Exception
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics