Search Results for

    Show / Hide Table of Contents

    Class BaseException

    The BaseException class is the base class for all exceptions within the PC SDK.

    Inheritance
    object
    Exception
    BaseException
    BackupException
    ControllerNotFoundException
    FactoryFailedException
    FileSystemException
    GrantDemandRejectedException
    RapidDataFormatException
    RapidException
    RapidModuleNotFoundException
    RapidRoutineNotFoundException
    RapidSymbolNotFoundException
    RapidTaskNotFoundException
    UIInstructionNotActiveException
    RapidException
    RapidModuleNotFoundException
    RapidRoutineNotFoundException
    RapidSymbolNotFoundException
    RapidTaskNotFoundException
    SystemDirectoryCorruptException
    VirtualPanelAttachFailedException
    GeneralException
    TimeoutException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.Message
    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 BaseException : Exception, ISerializable, _Exception

    Constructors

    View Source

    BaseException()

    Overloaded constructor.

    Declaration
    protected BaseException()
    View Source

    BaseException(SerializationInfo, StreamingContext)

    Deserialization constructor.

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

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    View Source

    BaseException(string)

    Overloaded constructor.

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

    The message of the exception.

    View Source

    BaseException(string, Exception)

    Overloaded constructor.

    Declaration
    protected BaseException(string message, Exception exception)
    Parameters
    Type Name Description
    string message

    The message of the exception.

    Exception exception

    Inner exception.

    Properties

    View Source

    ExtendedErrorInformation

    Gets/Sets the extended error information.

    Declaration
    [Obsolete("No longer supported")]
    public virtual string ExtendedErrorInformation { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Obsolete.

    Methods

    View Source

    GetObjectData(SerializationInfo, StreamingContext)

    Implements ISerializable interface.

    Declaration
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    Overrides
    Exception.GetObjectData(SerializationInfo, StreamingContext)

    Implements

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