Search Results for

    Show / Hide Table of Contents

    Class GeneralException

    Base exception type for all exceptions that are raised by the ABB.Robotics.ExceptionManager; and that supports lazy loading of the message.

    Inheritance
    object
    Exception
    BaseException
    GeneralException
    GenericControllerException
    MasterRejectException
    ModeRejectException
    SysFailRejectException
    UasRejectException
    Implements
    ISerializable
    _Exception
    Inherited Members
    BaseException.GetObjectData(SerializationInfo, StreamingContext)
    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 abstract class GeneralException : BaseException, ISerializable, _Exception
    Remarks

    Mostly for internal use, external usage should be limited to try/catch( ... ) statements.

    Constructors

    View Source

    GeneralException()

    Initializes a general exception object.

    Declaration
    protected GeneralException()
    View Source

    GeneralException(SerializationInfo, StreamingContext)

    Deserialization constructor.

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

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    View Source

    GeneralException(string)

    Creates a general exception object.

    Declaration
    protected GeneralException(string message)
    Parameters
    Type Name Description
    string message

    The message.

    View Source

    GeneralException(string, Exception)

    Creates a general exception object.

    Declaration
    protected GeneralException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The Message.

    Exception innerException

    The inner exception.

    Properties

    View Source

    Message

    Get the message.

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    string
    Overrides
    Exception.Message

    Implements

    ISerializable
    _Exception
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics