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
    System.Object
    System.Exception
    BaseException
    GeneralException
    ModeRejectException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    GeneralException.Message
    BaseException.ExtendedErrorInformation
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetType()
    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
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class ModeRejectException : GeneralException, ISerializable, _Exception

    Constructors

    ModeRejectException()

    Initializes a new ModeRejectException instance.

    Declaration
    public ModeRejectException()

    ModeRejectException(SerializationInfo, StreamingContext)

    Initializes a new ModeRejectException instance.

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

    See .NET documentation.

    System.Runtime.Serialization.StreamingContext context

    See .NET documentation.

    ModeRejectException(String)

    Initializes a new ModeRejectException instance.

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

    The Message.

    ModeRejectException(String, Exception)

    Initializes a new ModeRejectException instance.

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

    The Message.

    System.Exception innerException

    The inner exception.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Implements ISerializable.

    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